Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1ccc4b4

Browse filesBrowse files
committed
Fixing typo in templating chapter. Closes symfony#464
1 parent d61dc78 commit 1ccc4b4
Copy full SHA for 1ccc4b4

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎book/templating.rst

Copy file name to clipboardExpand all lines: book/templating.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ by default. You can even `add your own extensions`_ to Twig as needed.
100100

101101
As you'll see throughout the documentation, Twig also supports functions
102102
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
103+
standard ``for`` tag and the ``cycle`` function to print ten div tags, with
104104
alternating ``odd``, ``even`` classes:
105105

106106
.. code-block:: html+jinja

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.