From f215d212f5d7aa6b64d67b20f4c0c1cb425cb6e1 Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Fri, 20 Sep 2024 09:34:57 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Fabien Potencier --- doc/filters/escape.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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