We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b292f commit a7cbe5eCopy full SHA for a7cbe5e
templating/debug.rst
@@ -49,7 +49,7 @@ In a Twig template, you can use the ``dump`` utility as a function or a tag:
49
{% dump articles %}
50
51
{% for article in articles %}
52
- {# the contents of this variable are display on the web page #}
+ {# the contents of this variable are displayed on the web page #}
53
{{ dump(article) }}
54
55
<a href="/article/{{ article.slug }}">
0 commit comments