Skip to content

Commit 85552b4

Browse files
committed
Merge branch '4.4'
* 4.4: Showing new -extra Twig extension repos
2 parents 810738c + 7788c43 commit 85552b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mailer.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,9 +404,9 @@ it with:
404404

405405
.. code-block:: terminal
406406
407-
$ composer require twig/cssinliner-extra
407+
$ composer require twig/extra-bundle twig/cssinliner-extra
408408
409-
The extension is enabled automatically. To use this, wrap the entire template
409+
The extension is enabled automatically. To use it, wrap the entire template
410410
with the ``inline_css`` filter:
411411

412412
.. code-block:: html+twig
@@ -506,7 +506,7 @@ the extension in your application:
506506

507507
.. code-block:: terminal
508508
509-
$ composer require twig/inky-extra
509+
$ composer require twig/extra-bundle twig/inky-extra
510510
511511
The extension adds an ``inky_to_html`` filter, which can be used to convert
512512
parts or the entire email contents from Inky to HTML:

0 commit comments

Comments
 (0)