Skip to content

Commit d39d753

Browse files
dragonitoOskarStark
authored andcommitted
Better grammatical wording
1 parent e8391c0 commit d39d753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/validator/metadata.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Getters
3737

3838
Constraints can also be applied to the value returned by any public *getter*
3939
method, which are the methods whose names start with ``get``, ``has`` or ``is``.
40-
This feature allows to validate your objects dynamically.
40+
This feature allows validating your objects dynamically.
4141

4242
Suppose that, for security reasons, you want to validate that a password field
4343
doesn't match the first name of the user. First, create a public method called

0 commit comments

Comments
 (0)