Skip to content

Commit af4ce68

Browse files
Seb33300derrabus
andauthored
Update reference/forms/types/enum.rst
Co-authored-by: Alexander M. Turek <[email protected]>
1 parent 28a08c0 commit af4ce68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/enum.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ these values as ``<input type="checkbox">`` or ``<input type="radio">``.
5252
The label displayed in the ``<option>`` elements of the ``<select>`` is the enum
5353
name. PHP defines some strict rules for these names (e.g. they can't contain
5454
dots or spaces). If you need more flexibility for these labels, your enum can
55-
implements ``TranslatableInterface`` to translate or display custom labels::
55+
implement ``TranslatableInterface`` to translate or display custom labels::
5656

5757
// src/Config/TextAlign.php
5858
namespace App\Config;

0 commit comments

Comments
 (0)