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 90e5e80 commit 8362d38Copy full SHA for 8362d38
book/forms.rst
@@ -529,7 +529,7 @@ the correct values of a number of field options.
529
validation will automatically match your validation rules.
530
531
* ``max_length``: If the field is some sort of text field, then the ``max_length``
532
- option can be guessed from the validation constrains (if ``MaxLength``
+ option can be guessed from the validation constraints (if ``MaxLength``
533
is used) or from the Doctrine metadata (via the field's length).
534
535
.. note::
0 commit comments