diff --git a/doc/filters/escape.rst b/doc/filters/escape.rst index 10697afd52..7b6b4f44c1 100644 --- a/doc/filters/escape.rst +++ b/doc/filters/escape.rst @@ -101,7 +101,7 @@ to learn more about this topic. It can also be used for escaping **dynamic HTML attribute value** if it is not quoted, but this is **less performant**. Instead, it is recommended - to quote the HTML attribute value and use ``html`` escaping strategy. + to quote the HTML attribute value and use the ``html`` escaping strategy. .. code-block:: html+twig