Update templates.rst

This commit is contained in:
Joshua Francis
2022-10-13 21:15:06 +01:00
committed by Fabien Potencier
parent e542b9d5a1
commit 4904f38e32
+1 -1
View File
@@ -441,7 +441,7 @@ Escaping works by using the :doc:`escape<filters/escape>` or ``e`` filter:
{{ user.username|e }}
By default, the ``escape`` filter uses the ``html`` strategy, but depending on
the escaping context, you might want to explicitly use an other strategy:
the escaping context, you might want to explicitly use another strategy:
.. code-block:: twig