8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d8e4e commit c5fa409Copy full SHA for c5fa409
reference/forms/types/choice.rst
@@ -189,7 +189,7 @@ to the user.
189
$builder->add('gender', 'choice', array(
190
// Shows "Male" to the user, returns "m" when selected
191
'choices' => array('m' => 'Male', 'f' => 'Female'),
192
- // before 2.7, this options didn't actually exist, but the
+ // before 2.7, this option didn't actually exist, but the
193
// behavior was equivalent to setting this to false in 2.7.
194
'choices_as_values' => false,
195
));
0 commit comments