Skip to content

Commit 3bd88ae

Browse files
committed
Merge pull request #469 from zerofifteen/development
Fix documentation typo
2 parents 64a5066 + 035cd80 commit 3bd88ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ error code, so to specify a error message you also need to use.
417417
[
418418
{
419419
key: 'name',
420-
validationMessages: {
420+
validationMessage: {
421421
'noBob': 'Bob is not OK! You here me?'
422422
},
423423
$validators: {
@@ -441,7 +441,7 @@ a promise that resolves or rejects.
441441
[
442442
{
443443
key: 'name',
444-
validationMessages: {
444+
validationMessage: {
445445
'noBob': 'Bob is not OK! You here me?'
446446
},
447447
$asyncValidators: {
@@ -467,7 +467,7 @@ Form defaults in schema
467467
Its recommended to split presentation and validation into a form definition and a json schema. But
468468
if you for some reason can't do this, but *do* have the power to change the schema, you can supply form
469469
default values within the schema using the custom attribute `x-schema-form`. `x-schema-form` should
470-
be a form object and acts as form definition defaults for that field.
470+
be a form object and acts as form definition defaults for that field.
471471
472472
Example schema.
473473
```js

0 commit comments

Comments
 (0)