We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5d015 commit 48ac4c3Copy full SHA for 48ac4c3
README.md
@@ -340,7 +340,7 @@ Thrown on failed validations, with the following properties
340
- `errors`: array of error messages
341
- `inner`: in the case of aggregate errors, inner is an array of `ValidationErrors` throw earlier in the
342
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.
+ alternatively, `errors` will have all of the messages from each inner error.
344
345
### mixed
346
0 commit comments