8000 Merge branch '5.1' into 5.x · symfony/symfony-docs@58c8d36 · GitHub
[go: up one dir, main page]

Skip to content

Commit 58c8d36

Browse files
committed
Merge branch '5.1' into 5.x
* 5.1: Minor: Fix namespace Minor: Fix namespace Update mailer.rst
2 parents d24b6d6 + 71b3d30 commit 58c8d36

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

624624
.. code-block:: html+twig
625625

626-
{% apply inline_css(source('@css/email.css')) %}
626+
{% apply inline_css(source('@styles/email.css')) %}
627627
<h1>Welcome {{ username }}!</h1>
628628
{# ... #}
629629
{% endapply %}

0 commit comments

Comments
 (0)
0