Skip to content

Commit dae739c

Browse files
committed
README change
1 parent cb5a73f commit dae739c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ If there are many rules, the their priority will be similar to the array order.
156156

157157
## Api
158158

159-
### constructor({FieldsDescription}, errorsStorageName = 'validationStorage')
159+
### constructor({FieldsDescription}, validationStorageName = 'validationStorage')
160160
Describe in the constructor all the fields, that you will check. Like in the [example](#form-example).
161161
By default all validation data will be added to the 'validationStorage' key of the state object. You can change it, if you need. You can describe for each field [1 or many rules](#creating-validation-rules).
162162

0 commit comments

Comments
 (0)