From a7cbe5e63d2d57b2908cbb6e9fec122aee1c075f Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sat, 13 Jan 2018 16:08:35 +0100 Subject: [PATCH] Fixed a typoin templating/debug.rst --- templating/debug.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }}