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 5802b05 commit 8df5a3eCopy full SHA for 8df5a3e
reference/forms/types/enum.rst
@@ -105,8 +105,8 @@ choices
105
106
**type**: ``array`` **default**: ``[]``
107
108
-By default, this fields displays all the cases of the related PHP enum. Use this
109
-option to define explicitly which options to display::
+By default, this field displays all the cases of the related PHP enum. Use this
+option to explicitly define which options to display::
110
111
use App\Config\TextAlign;
112
use Symfony\Component\Form\Extension\Core\Type\EnumType;
0 commit comments