Remove extra Mardown word in classname

This commit is contained in:
XenoX
2020-03-25 23:15:20 +01:00
parent a6f64395b3
commit e76bd98a78
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -43,7 +43,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
@@ -42,7 +42,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());