8000 Merge branch '4.1' · symfony/symfony-docs@2a3a68a · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a3a68a

Browse files
committed
Merge branch '4.1'
* 4.1: More fixes about Twig classes namespaces
2 parents 59db8d8 + 0ee8ccf commit 2a3a68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

best_practices/templates.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ to define one single method to transform Markdown content into HTML::
7474
}
7575

7676
Next, create a new Twig extension and define a filter called ``md2html`` using
77-
the ``TwigFilter`` class. Inject the newly defined ``Markdown`` class in the
77+
the ``Twig\TwigFilter`` class. Inject the newly defined ``Markdown`` class in the
7878
constructor of the Twig extension::
7979

8080
namespace App\Twig;

0 commit comments

Comments
 (0)
0