Fix small typo

This commit is contained in:
Kevin Verschaeve
2019-10-17 11:30:47 +02:00
committed by GitHub
parent e657c11599
commit d48aceb870
+1 -1
View File
@@ -70,7 +70,7 @@ For large strings manipulation, use the ``apply`` tag:
$ composer req twig/string-extra
Then, use the ``twig/extra-bundle`` on Symfony projects or add the extension
explictly on the Twig environment::
explicitly on the Twig environment::
use Twig\Extra\String\StringExtension;