diff --git a/templating.rst b/templating.rst index 95142d9f8c8..a2fc99ab108 100644 --- a/templating.rst +++ b/templating.rst @@ -108,7 +108,7 @@ with alternating ``odd``, ``even`` classes: .. code-block:: html+twig - {% for i in 0..10 %} + {% for i in 1..10 %}