Skip to content

Commit

Permalink
fix typo in util.parseArgs docs usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra committed Jun 6, 2022
1 parent b631086 commit aadfa9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ const {
positionals
} = parseArgs({ args, options });
console.log(values, positionals);
// Prints: [Object: null prototype] { foo: true, bar: 'b' } []ss
// Prints: [Object: null prototype] { foo: true, bar: 'b' } []
```

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

0 comments on commit aadfa9b

Please sign in to comment.