Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference/forms/types/options/choice_filter.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

When using predefined choice types from Symfony core or vendor libraries (i.e.
:doc:`CountryType </reference/forms/types/country>`) this option lets you
define a callable that take each choice as only argument and must return
define a callable that takes each choice as the only argument and must return
``true`` to keep it or ``false`` to discard it::

// src/Form/Type/AddressType.php
Expand Down