Skip to content

Commit 1a3ae2e

Browse files
committed
Minor grammar fix
1 parent 82cdf17 commit 1a3ae2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ choice_loader
33

44
**type**: :class:`Symfony\\Component\\Form\\ChoiceList\\Loader\\ChoiceLoaderInterface`
55

6-
The ``choice_loader`` can be used instead of ``choices`` option. It allows to
7-
create a list lazily or partially when fetching only the choices for a set of
8-
submitted values (i.e. querying a search engine like ``ElasticSearch`` can be
9-
a heavy process).
6+
The ``choice_loader`` option can be used instead of the ``choices`` option. It
7+
allows to create a list lazily or partially when fetching only the choices for a
8+
set of submitted values (i.e. querying a search engine like ``ElasticSearch``
9+
can be a heavy process).
1010

1111
You can use an instance of :class:`Symfony\\Component\\Form\\ChoiceList\\Loader\\CallbackChoiceLoader`
1212
if you want to take advantage of lazy loading::

0 commit comments

Comments
 (0)