Remove extra Mardown word in classname

This commit is contained in:
XenoX
2020-03-25 23:15:20 +01:00
committed by Fabien Potencier
parent 27af7d9cd1
commit 6df2e2c318
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ You can also use the filter on an included file:
Then, use the ``twig/extra-bundle`` on Symfony projects or add the extension
explictly on the Twig environment::
use Twig\Extra\Markdown\MarkdownMarkdownExtension;
use Twig\Extra\Markdown\MarkdownExtension;
$twig = new \Twig\Environment(...);
$twig->addExtension(new MarkdownExtension());
+1 -1
View File
@@ -45,7 +45,7 @@ You can also use the filter on an included file:
Then, use the ``twig/extra-bundle`` on Symfony projects or add the extension
explictly on the Twig environment::
use Twig\Extra\Markdown\MarkdownMarkdownExtension;
use Twig\Extra\Markdown\MarkdownExtension;
$twig = new \Twig\Environment(...);
$twig->addExtension(new MarkdownExtension());