We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf17f8d commit 7b23ec4Copy full SHA for 7b23ec4
doc/api/util.md
@@ -1401,7 +1401,7 @@ changes:
1401
* `short` {string} A single character alias for the option.
1402
* `default` {string | boolean | string\[] | boolean\[]} The default option
1403
value when it is not set by args. It must be of the same type as the
1404
- the `type` property. When `multiple` is `true`, it must be an array.
+ `type` property. When `multiple` is `true`, it must be an array.
1405
* `strict` {boolean} Should an error be thrown when unknown arguments
1406
are encountered, or when arguments are passed that do not match the
1407
`type` configured in `options`.
0 commit comments