From a7dac721a918a51c2173876e595e6a18273c3a61 Mon Sep 17 00:00:00 2001 From: Zairig Imad Date: Fri, 14 Feb 2020 11:26:54 +0100 Subject: [PATCH] Update twig.rst Typo ? --- reference/configuration/twig.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/twig.rst b/reference/configuration/twig.rst index 5c18bef30c4..05e0da4ec34 100644 --- a/reference/configuration/twig.rst +++ b/reference/configuration/twig.rst @@ -80,7 +80,7 @@ If set to a string, the template contents are escaped using the strategy with that name. Allowed values are ``html``, ``js``, ``css``, ``url``, ``html_attr`` and ``name``. The default value is ``name``. This strategy escapes contents according to the template name extension (e.g. it uses ``html`` for ``*.html.twig`` -templates and ``js`` for ``*.js.html`` templates). +templates and ``js`` for ``*.js.twig`` templates). .. tip::