We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59db8d8 + 0ee8ccf commit 2a3a68aCopy full SHA for 2a3a68a
best_practices/templates.rst
@@ -74,7 +74,7 @@ to define one single method to transform Markdown content into HTML::
74
}
75
76
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
+the ``Twig\TwigFilter`` class. Inject the newly defined ``Markdown`` class in the
78
constructor of the Twig extension::
79
80
namespace App\Twig;
0 commit comments