Skip to content

Commit a7cbe5e

Browse files
committed
Fixed a typoin templating/debug.rst
1 parent 55b292f commit a7cbe5e

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)