diff --git a/templating/debug.rst b/templating/debug.rst index 8492941771f..a4b551451b0 100644 --- a/templating/debug.rst +++ b/templating/debug.rst @@ -49,7 +49,7 @@ In a Twig template, you can use the ``dump`` utility as a function or a tag: {% dump articles %} {% for article in articles %} - {# the contents of this variable are display on the web page #} + {# the contents of this variable are displayed on the web page #} {{ dump(article) }}