Skip to content

Commit c5fa409

Browse files
committed
fix thanks to Javier
1 parent 96d8e4e commit c5fa409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/choice.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ to the user.
189189
$builder->add('gender', 'choice', array(
190190
// Shows "Male" to the user, returns "m" when selected
191191
'choices' => array('m' => 'Male', 'f' => 'Female'),
192-
// before 2.7, this options didn't actually exist, but the
192+
// before 2.7, this option didn't actually exist, but the
193193
// behavior was equivalent to setting this to false in 2.7.
194194
'choices_as_values' => false,
195195
));

0 commit comments

Comments
 (0)