Skip to content

Commit df8f6c9

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Update mailer.rst
2 parents fec9404 + a4d9735 commit df8f6c9

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)