Skip to content

Commit 93556ae

Browse files
committed
minor #9053 Fixed a typo in templating/debug.rst (javiereguiluz)
This PR was merged into the 2.7 branch. Discussion ---------- Fixed a typo in templating/debug.rst Commits ------- a7cbe5e Fixed a typoin templating/debug.rst
2 parents 55b292f + a7cbe5e commit 93556ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templating/debug.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ In a Twig template, you can use the ``dump`` utility as a function or a tag:
4949
{% dump articles %}
5050

5151
{% for article in articles %}
52-
{# the contents of this variable are display on the web page #}
52+
{# the contents of this variable are displayed on the web page #}
5353
{{ dump(article) }}
5454

5555
<a href="/article/{{ article.slug }}">

0 commit comments

Comments
 (0)