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 850d522 commit 1935975Copy full SHA for 1935975
cookbook/bundles/override.rst
@@ -124,9 +124,9 @@ Validation metadata
124
125
Symfony loads all validation configuration files from every bundle and
126
combines them into one validation metadata tree. This means you are able to
127
-add new constraints to a property, but you cannot override it.
+add new constraints to a property, but you cannot override them.
128
129
-To override this, the 3th party bundle needs to have configuration for
+To override this, the 3rd party bundle needs to have configuration for
130
:ref:`validation groups <book-validation-validation-groups>`. For instance,
131
the FOSUserBundle has this configuration. To create your own validation, add
132
the constraints to a new validation group:
0 commit comments