Skip to content

Commit 2ea4a81

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Update twig.rst
2 parents 23275df + 2fcdf7c commit 2ea4a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/twig.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ If set to a string, the template contents are escaped using the strategy with
8484
that name. Allowed values are ``html``, ``js``, ``css``, ``url``, ``html_attr``
8585
and ``name``. The default value is ``name``. This strategy escapes contents
8686
according to the template name extension (e.g. it uses ``html`` for ``*.html.twig``
87-
templates and ``js`` for ``*.js.html`` templates).
87+
templates and ``js`` for ``*.js.twig`` templates).
8888

8989
.. tip::
9090

0 commit comments

Comments
 (0)