8000 [#7664] minor wording tweak · symfony/symfony-docs@6ecfd53 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6ecfd53

Browse files
committed
[#7664] minor wording tweak
1 parent 552e7b4 commit 6ecfd53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

validation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,8 +470,8 @@ of the form fields::
470470
))
471471
}
472472

473-
The ``constraints`` option is only available when adding the ValidatorExtention
474-
to the formBuilder::
473+
The ``constraints`` option is only available if the ``ValidatorExtension``
474+
was enabled through the form factory builder::
475475

476476
Forms::createFormFactoryBuilder()
477477
->addExtension(new ValidatorExtension(Validation::createValidator()))

0 commit comments

Comments
 (0)
0