Skip to content

Commit 05c609a

Browse files
committed
doc: fix typo in parseArgs default value
Refs: nodejs#44631
1 parent fdadea8 commit 05c609a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/util.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,7 @@ changes:
14071407
* `short` {string} A single character alias for the option.
14081408
* `default` {string | boolean | string\[] | boolean\[]} The default option
14091409
value when it is not set by args. It must be of the same type as the
1410-
the `type` property. When `multiple` is `true`, it must be an array.
1410+
`type` property. When `multiple` is `true`, it must be an array.
14111411
* `strict` {boolean} Should an error be thrown when unknown arguments
14121412
are encountered, or when arguments are passed that do not match the
14131413
`type` configured in `options`.

0 commit comments

Comments
 (0)