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 e8391c0 commit d39d753Copy full SHA for d39d753
components/validator/metadata.rst
@@ -37,7 +37,7 @@ Getters
37
38
Constraints can also be applied to the value returned by any public *getter*
39
method, which are the methods whose names start with ``get``, ``has`` or ``is``.
40
-This feature allows to validate your objects dynamically.
+This feature allows validating your objects dynamically.
41
42
Suppose that, for security reasons, you want to validate that a password field
43
doesn't match the first name of the user. First, create a public method called
0 commit comments