Skip to content

Commit 57a7397

Browse files
committed
doc: fix duplicate word "to to" in util.styleText
1 parent 75ed4fd commit 57a7397

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/util.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2555,7 +2555,7 @@ changes:
25552555
* `format` {string | Array} A text format or an Array
25562556
of text formats defined in `util.inspect.colors`, or a hex color in `#RGB`
25572557
or `#RRGGBB` form.
2558-
* `text` {string} The text to to be formatted.
2558+
* `text` {string} The text to be formatted.
25592559
* `options` {Object}
25602560
* `validateStream` {boolean} When true, `stream` is checked to see if it can handle colors. **Default:** `true`.
25612561
* `stream` {Stream} A stream that will be validated if it can be colored. **Default:** `process.stdout`.

0 commit comments

Comments
 (0)