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 25bf05c commit 74da3cfCopy full SHA for 74da3cf
book/validation.rst
@@ -212,7 +212,7 @@ The ``validator`` service can be used at any time to validate any object.
212
In reality, however, you'll usually work with the ``validator`` indirectly
213
when working with forms. Symfony's form library uses the ``validator`` service
214
internally to validate the underlying object after values have been submitted.
215
-The constraint violations on the object are converted into ``FieldError``
+The constraint violations on the object are converted into ``FormError``
216
objects that can easily be displayed with your form. The typical form submission
217
workflow looks like the following from inside a controller::
218
0 commit comments