@@ -2542,7 +2542,7 @@ changes:
|
2542 | 2542 | * `format` {string | Array} A text format or an Array |
2543 | 2543 | of text formats defined in `util.inspect.colors`, or a hex color in `#RGB` |
2544 | 2544 | or `#RRGGBB` form. |
2545 | | -* `text` {string} The text to to be formatted. |
| 2545 | +* `text` {string} The text to be formatted. |
2546 | 2546 | * `options` {Object} |
2547 | 2547 | * `validateStream` {boolean} When true, `stream` is checked to see if it can handle colors. **Default:** `true`. |
2548 | 2548 | * `stream` {Stream} A stream that will be validated if it can be colored. **Default:** `process.stdout`. |
|