We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ed4fd commit 57a7397Copy full SHA for 57a7397
1 file changed
doc/api/util.md
@@ -2555,7 +2555,7 @@ changes:
2555
* `format` {string | Array} A text format or an Array
2556
of text formats defined in `util.inspect.colors`, or a hex color in `#RGB`
2557
or `#RRGGBB` form.
2558
-* `text` {string} The text to to be formatted.
+* `text` {string} The text to be formatted.
2559
* `options` {Object}
2560
* `validateStream` {boolean} When true, `stream` is checked to see if it can handle colors. **Default:** `true`.
2561
* `stream` {Stream} A stream that will be validated if it can be colored. **Default:** `process.stdout`.
0 commit comments