Skip to content

Commit

Permalink
minor #3032 Fix typo in filter doc (yceruto)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.x branch.

Discussion
----------

Fix typo in filter doc

Commits
-------

9406413 Fix typo in filter doc
  • Loading branch information
fabpot committed May 28, 2019
2 parents cca7007 + 9406413 commit a79457e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/filters/filter.rst
Expand Up @@ -14,7 +14,7 @@ function. The arrow function receives the value of the sequence or mapping:
{{ sizes|filter(v => v > 38)|join(', ') }}
{# output 40, 42 #}
Combined with the ``for`` tag, it allows to filter the itemss to iterate over:
Combined with the ``for`` tag, it allows to filter the items to iterate over:

.. code-block:: twig
Expand Down

0 comments on commit a79457e

Please sign in to comment.