Skip to content

Commit f21d205

Browse files
committed
[Form] Fix a minor syntax issue
1 parent 058dc44 commit f21d205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/options/label.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**type**: ``string`` or ``TranslatableMessage`` **default**: The label is "guessed" from the field name
55

66
Sets the label that will be used when rendering the field. Setting to ``false``
7-
will suppress the label.
7+
will suppress the label::
88

99
use Symfony\Component\Translation\TranslatableMessage;
1010

0 commit comments

Comments
 (0)