Skip to content

Commit

Permalink
Fix typo in filter doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yceruto committed May 27, 2019
1 parent cca7007 commit 9406413
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 9406413

Please sign in to comment.