Skip to content

Commit 5456359

Browse files
committed
Reword
1 parent deb3265 commit 5456359

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ preferred_choices
33

44
**type**: ``array``, ``callable`` or ``string`` **default**: ``[]``
55

6-
This option allows you to move certain choices to the top of your list with a visual
7-
separator between them and the rest of the options. If you have a form of languages,
8-
you can list the most popular on top, like Bork Bork and Pirate::
6+
This option allows you to display certain choices at the top of your list with a
7+
visual separator between them and the complete list of options. If you have a
8+
form of languages, you can list the most popular on top, like Bork Bork and Pirate::
99

1010
use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
1111
// ...

0 commit comments

Comments
 (0)