Skip to content

Commit 48ac4c3

Browse files
authoredApr 13, 2020
docs: readme (#834)
1 parent ad5d015 commit 48ac4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Thrown on failed validations, with the following properties
340340
- `errors`: array of error messages
341341
- `inner`: in the case of aggregate errors, inner is an array of `ValidationErrors` throw earlier in the
342342
validation chain. When the `abortEarly` option is `false` this is where you can inspect each error thrown,
343-
alternatively `errors` will have all the of the messages from each inner error.
343+
alternatively, `errors` will have all of the messages from each inner error.
344344

345345
### mixed
346346

0 commit comments

Comments
 (0)
Please sign in to comment.