Skip to content

Commit db04559

Browse files
asandjivyweaverryan
authored andcommitted
Update templating.rst
Fixed bad div tags count
1 parent 1a36e08 commit db04559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templating.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ by default. You can even add your own *custom* filters, functions (and more) via
103103
a :doc:`Twig Extension </templating/twig_extension>`.
104104

105105
Twig code will look similar to PHP code, with subtle, nice differences. The following
106-
example uses a standard ``for`` tag and the ``cycle`` function to print ten div tags,
106+
example uses a standard ``for`` tag and the ``cycle`` function to print eleven (0 to 10) div tags,
107107
with alternating ``odd``, ``even`` classes:
108108

109109
.. code-block:: html+twig

0 commit comments

Comments
 (0)