Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templating/debug.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}

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