Skip to content

Commit 70d6ce0

Browse files
committed
Minor reword
1 parent e71d463 commit 70d6ce0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

reference/forms/types/choice.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ text that's shown to the user. But that can be completely customized via the
142142
Grouping Options
143143
----------------
144144

145-
You can easily group the ``<option>``s of a ``<select>`` into ``<optgroup>``s
145+
You can group the ``<option>`` elements of a ``<select>`` into ``<optgroup>``
146146
by passing a multi-dimensional ``choices`` array::
147147

148148
use Symfony\Component\Form\Extension\Core\Type\ChoiceType;

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ group_by
66

77
**type**: ``array``, ``callable`` or ``string`` **default**: ``null``
88

9-
You can easily group the ``<option>``s of a ``<select>`` into ``<optgroup>``s,
10-
simply by passing a multi-dimensional array to ``choices``. See the
9+
You can group the ``<option>`` elements of a ``<select>`` into ``<optgroup>``
10+
by passing a multi-dimensional array to ``choices``. See the
1111
:ref:`Grouping Options <form-choices-simple-grouping>` section about that.
1212

1313
The ``group_by`` option is an alternative way to group choices, which gives you

0 commit comments

Comments
 (0)