Skip to content

Commit f5fb27d

Browse files
authored
[Twig] Add missing space
1 parent 4e212ee commit f5fb27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

performance.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ You can also profile your template code with the :ref:`stopwatch Twig tag <refer
275275
.. code-block:: twig
276276
277277
{% stopwatch 'render-blog-posts' %}
278-
{% for post in blog_posts%}
278+
{% for post in blog_posts %}
279279
{# ... #}
280280
{% endfor %}
281281
{% endstopwatch %}

0 commit comments

Comments
 (0)