8000 Merge pull request #2660 from bamarni/patch-9 · craue/symfony-docs@34a9fa2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 34a9fa2

Browse files
committed
Merge pull request symfony#2660 from bamarni/patch-9
fixed attribute name
2 parents 360a202 + 3b17500 commit 34a9fa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ max_length
33

44
**type**: ``integer``
55

6-
This option is used to add a ``max_length`` attribute, which is used by
7-
some browsers to limit the amount of text in a field.
6+
This option is used to add a ``maxlength`` attribute, which is used by
7+
some browsers to limit the amount of text in a field.

0 commit comments

Comments
 (0)
0