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

Skip to content

Commit 71b3d30

Browse files
committed
Minor: Fix namespace
1 parent 3309ddd commit 71b3d30

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
@@ -605,7 +605,7 @@ arguments to the filter:
605605

606606
.. code-block:: html+twig
607607

608-
{% apply inline_css(source('@css/email.css')) %}
608+
{% apply inline_css(source('@styles/email.css')) %}
609609
<h1>Welcome {{ username }}!</h1>
610610
{# ... #}
611611
{% endapply %}

0 commit comments

Comments
 (0)
0