Skip to content

Commit c708d9b

Browse files
tniessenrichardlau
authored andcommitted
doc: fix typo in parseArgs default value
Refs: #44631 PR-URL: #45083 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Zeyu "Alex" Yang <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]>
1 parent 8c73279 commit c708d9b

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
@@ -1049,7 +1049,7 @@ changes:
10491049
* `short` {string} A single character alias for the option.
10501050
* `default` {string | boolean | string\[] | boolean\[]} The default option
10511051
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.
1052+
`type` property. When `multiple` is `true`, it must be an array.
10531053
* `strict` {boolean} Should an error be thrown when unknown arguments
10541054
are encountered, or when arguments are passed that do not match the
10551055
`type` configured in `options`.

0 commit comments

Comments
 (0)