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 2473c21 + c031065 commit 0ee8ccfCopy full SHA for 0ee8ccf
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