Skip to content

Commit

Permalink
fix a typo in README (#2003)
Browse files Browse the repository at this point in the history
fix the spelling of 'and'
  • Loading branch information
yogeshdas-v committed May 17, 2023
1 parent 1086aa9 commit 6ed1148
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 @@ -732,7 +732,7 @@ Provide `options` to more specifically control the behavior of `validate`.

```js
interface Options {
// when true, parsing is skipped an the input is validated "as-is"
// when true, parsing is skipped and the input is validated "as-is"
strict: boolean = false;
// Throw on the first error or collect and return all
abortEarly: boolean = true;
Expand Down

0 comments on commit 6ed1148

Please sign in to comment.