diff --git a/doc/api/util.md b/doc/api/util.md index 9d5201adfcc9a7..fafc54c3fadbfe 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -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