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