8000 minor #13557 fix a typo (xabbuh) · symfony/symfony-docs@888593e · GitHub
[go: up one dir, main page]

Skip to content

Commit 888593e

Browse files
committed
minor #13557 fix a typo (xabbuh)
This PR was merged into the master branch. Discussion ---------- fix a typo Commits ------- 357fcff fix a typo
2 parents 61906be + 357fcff commit 888593e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)
0