From d48aceb87040dc1f89c999f105cf842089b94601 Mon Sep 17 00:00:00 2001 From: Kevin Verschaeve Date: Thu, 17 Oct 2019 11:30:47 +0200 Subject: [PATCH] Fix small typo --- doc/filters/u.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/filters/u.rst b/doc/filters/u.rst index 7b55b118f7..d0b787633e 100644 --- a/doc/filters/u.rst +++ b/doc/filters/u.rst @@ -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;