Skip to content

Commit 61c2988

Browse files
committed
README
1 parent e27998d commit 61c2988

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ When you are creating the component state, you can use this method to prevalidat
165165
If you want, you can set `showErrorsOnStart` to true, so fields will be validated and you will get all the errors in the first component render.
166166
When you are adding a Validator with `Validator.addValidation` method, all the fields will be prevalidated.
167167
Prevalidation means, that you will get no error message, if the field has not passed a validation rule (`'prevalidation-failed'`).
168-
Vэlidation means, that you will get an error message, if the field has not passed a validation rule (`'validation-failed'`).
168+
Validation means, that you will get an error message, if the field has not passed a validation rule (`'validation-failed'`).
169169

170170
### validate({stateChange} | updater | null, showErrors = true)
171171
You should use it inside the this.setState method like it was already described [here](#validation).
@@ -235,4 +235,4 @@ Use this method to check, if particular field is valid. Returns true if it is va
235235

236236

237237
## Compatibility
238-
This package id fully compatible with the React v.16, because it uses state updater functions inside.
238+
This package is fully compatible with the React v.16, because it uses state updater functions inside.

0 commit comments

Comments
 (0)