Skip to content

Commit

Permalink
docs: readme (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
JandersonConstantino authored Apr 13, 2020
1 parent ad5d015 commit 48ac4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ Thrown on failed validations, with the following properties
- `errors`: array of error messages
- `inner`: in the case of aggregate errors, inner is an array of `ValidationErrors` throw earlier in the
validation chain. When the `abortEarly` option is `false` this is where you can inspect each error thrown,
alternatively `errors` will have all the of the messages from each inner error.
alternatively, `errors` will have all of the messages from each inner error.

### mixed

Expand Down

0 comments on commit 48ac4c3

Please sign in to comment.