Skip to content

Commit 357fcff

Browse files
committed
fix a typo
1 parent 89b6013 commit 357fcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/options/choice_filter.rst.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

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

1515
// src/Form/Type/AddressType.php

0 commit comments

Comments
 (0)