Skip to content

Commit a84ab46

Browse files
authored
fix typo in property name
validationErrorClass had an uppercase `L` which was not correct when I tried to copy and paste
1 parent cdb8866 commit a84ab46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

component/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ validateAfterLoad | `false` | `boolean` | Execute validation after mod
99
validateAfterChanged | `false` | `boolean` | Execute validation after every change
1010
fieldIdPrefix | _none_ | `string` | Prefix to add to every field's `id`. Will be prepended to ids explicity set in the schema, as well as auto-generated ones.
1111
validateAsync | `false` | `boolean` | `validate()` method returns a Promise, refer to [validation](/validation/custom-validators.md#asynchronous-validators)
12-
validationErrorCLass | `"error"` | `string` | CSS Class attached to elements which are invalid
12+
validationErrorClass | `"error"` | `string` | CSS Class attached to elements which are invalid
1313
validationSuccessClass | _none_ | `string` | CSS Class attached to elements which are valid
1414
validateDebounceTime | `0` | `integer` | Amount of time in milliseconds validation waits before checking, refer to [validation](/validation/README.md#debounce)

0 commit comments

Comments
 (0)