Skip to content

Commit 7b23ec4

Browse files
tniessendanielleadams
authored andcommitted
doc: fix typo in parseArgs default value
Refs: #44631 PR-URL: #45083 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
1 parent bf17f8d commit 7b23ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/util.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1401,7 +1401,7 @@ changes:
14011401
* `short` {string} A single character alias for the option.
14021402
* `default` {string | boolean | string\[] | boolean\[]} The default option
14031403
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.
1404+
`type` property. When `multiple` is `true`, it must be an array.
14051405
* `strict` {boolean} Should an error be thrown when unknown arguments
14061406
are encountered, or when arguments are passed that do not match the
14071407
`type` configured in `options`.

0 commit comments

Comments
 (0)