Skip to content

Commit 10747a8

Browse files
committed
minor #13130 Update twig.rst (zairigimad)
This PR was submitted for the 5.0 branch but it was merged into the 3.4 branch instead (closes #13130). Discussion ---------- Update twig.rst Typo ? Commits ------- a7dac72 Update twig.rst
2 parents f739e4b + a7dac72 commit 10747a8

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
@@ -80,7 +80,7 @@ If set to a string, the template contents are escaped using the strategy with
8080
that name. Allowed values are ``html``, ``js``, ``css``, ``url``, ``html_attr``
8181
and ``name``. The default value is ``name``. This strategy escapes contents
8282
according to the template name extension (e.g. it uses ``html`` for ``*.html.twig``
83-
templates and ``js`` for ``*.js.html`` templates).
83+
templates and ``js`` for ``*.js.twig`` templates).
8484

8585
.. tip::
8686

0 commit comments

Comments
 (0)