We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d61dc78 commit 1ccc4b4Copy full SHA for 1ccc4b4
book/templating.rst
@@ -100,7 +100,7 @@ by default. You can even `add your own extensions`_ to Twig as needed.
100
101
As you'll see throughout the documentation, Twig also supports functions
102
and new functions can be easily added. For example, the following uses a
103
-standard ``if`` tag and the ``cycle`` function to print ten div tags, with
+standard ``for`` tag and the ``cycle`` function to print ten div tags, with
104
alternating ``odd``, ``even`` classes:
105
106
.. code-block:: html+jinja
0 commit comments