Skip to content

Commit 8df5a3e

Browse files
committed
-
1 parent 5802b05 commit 8df5a3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/forms/types/enum.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ choices
105105

106106
**type**: ``array`` **default**: ``[]``
107107

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::
108+
By default, this field displays all the cases of the related PHP enum. Use this
109+
option to explicitly define which options to display::
110110

111111
use App\Config\TextAlign;
112112
use Symfony\Component\Form\Extension\Core\Type\EnumType;

0 commit comments

Comments
 (0)