minor #3301 Remove extra Mardown word in classname (XenoX)

This PR was merged into the 3.x branch.

Discussion
----------

Remove extra Mardown word in classname

Commits
-------

e76bd98a Remove extra Mardown word in classname
This commit is contained in:
Fabien Potencier
2020-03-27 17:39:35 +01:00
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());