Skip to content

Commit c84bf09

Browse files
doc: fix typo in util.parseArgs usage example
1 parent b631086 commit c84bf09

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
@@ -1094,7 +1094,7 @@ const {
10941094
positionals
10951095
} = parseArgs({ args, options });
10961096
console.log(values, positionals);
1097-
// Prints: [Object: null prototype] { foo: true, bar: 'b' } []ss
1097+
// Prints: [Object: null prototype] { foo: true, bar: 'b' } []
10981098
```
10991099

11001100
`util.parseArgs` is experimental and behavior may change. Join the

0 commit comments

Comments
 (0)