Skip to content

Commit

Permalink
doc: fix typo in parseArgs default value
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen committed Oct 19, 2022
1 parent fdadea8 commit 05c609a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/util.md
Expand Up @@ -1407,7 +1407,7 @@ changes:
* `short` {string} A single character alias for the option.
* `default` {string | boolean | string\[] | boolean\[]} The default option
value when it is not set by args. It must be of the same type as the
the `type` property. When `multiple` is `true`, it must be an array.
`type` property. When `multiple` is `true`, it must be an array.
* `strict` {boolean} Should an error be thrown when unknown arguments
are encountered, or when arguments are passed that do not match the
`type` configured in `options`.
Expand Down

0 comments on commit 05c609a

Please sign in to comment.