Skip to content

Commit c194f5c

Browse files
committed
minor #17488 Better grammatical wording (dragonito)
This PR was submitted for the 6.2 branch but it was merged into the 5.4 branch instead. Discussion ---------- Better grammatical wording Better grammatical wording Commits ------- d39d753 Better grammatical wording
2 parents e8391c0 + d39d753 commit c194f5c

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)