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::