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 28a08c0 commit af4ce68Copy full SHA for af4ce68
reference/forms/types/enum.rst
@@ -52,7 +52,7 @@ these values as ``<input type="checkbox">`` or ``<input type="radio">``.
52
The label displayed in the ``<option>`` elements of the ``<select>`` is the enum
53
name. PHP defines some strict rules for these names (e.g. they can't contain
54
dots or spaces). If you need more flexibility for these labels, your enum can
55
-implements ``TranslatableInterface`` to translate or display custom labels::
+implement ``TranslatableInterface`` to translate or display custom labels::
56
57
// src/Config/TextAlign.php
58
namespace App\Config;
0 commit comments