Correct misspelled class name

This commit is contained in:
Jithesh Eriyakkadan Janardhanan 2019-04-30 19:41:37 +05:30
parent 5c992baf32
commit 0b31829e6b

View File

@ -159,7 +159,7 @@ If you want the date field to be entirely hidden from the user, then use `Hidden
--- ---
**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. **Note**: The `UniqueFor<Range>Validator` 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.
--- ---