8000 Minor: Fix namespace · symfony/symfony-docs@2062d4a · GitHub
[go: up one dir, main page]

Skip to content

Commit 2062d4a

Browse files
committed
Minor: Fix namespace
1 parent a4d9735 commit 2062d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ arguments to the filter:
586586

587587
.. code-block:: html+twig
588588

589-
{% apply inline_css(source('@styles/email.css')) %}
589+
{% apply inline_css(source('@css/email.css')) %}
590590
<h1>Welcome {{ username }}!</h1>
591591
{# ... #}
592592
{% endapply %}

0 commit comments

Comments
 (0)
0