Skip to content

Commit a13b8d5

Browse files
authored
docs: grammar fix
1 parent 5ec223b commit a13b8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/validators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ If you want the date field to be entirely hidden from the user, then use `Hidden
159159

160160
---
161161

162-
**Note**: The `UniqueFor<Range>Validation` classes always imposes an implicit constraint that the fields they are applied to are always treated as required. Fields with `default` values are an exception to this as they always supply a value even when omitted from user input.
162+
**Note**: The `UniqueFor<Range>Validation` classes impose an implicit constraint that the fields they are applied to are always treated as required. Fields with `default` values are an exception to this as they always supply a value even when omitted from user input.
163163

164164
---
165165

0 commit comments

Comments
 (0)