diff --git a/doc/templates.rst b/doc/templates.rst index 121118f2e..83f6b7d6c 100644 --- a/doc/templates.rst +++ b/doc/templates.rst @@ -441,7 +441,7 @@ Escaping works by using the :doc:`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