Skip to content

Commit 321a14b

Browse files
authored
doc: fix typo in styleText description
PR-URL: #54616 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 9cbef48 commit 321a14b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/util.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1825,8 +1825,8 @@ changes:
18251825
* `stream` {Stream} A stream that will be validated if it can be colored. **Default:** `process.stdout`.
18261826
18271827
This function returns a formatted text considering the `format` passed
1828-
for printing in a terminal, it is aware of the terminal's capabilities
1829-
and act according to the configuration set via `NO_COLORS`,
1828+
for printing in a terminal. It is aware of the terminal's capabilities
1829+
and acts according to the configuration set via `NO_COLORS`,
18301830
`NODE_DISABLE_COLORS` and `FORCE_COLOR` environment variables.
18311831
18321832
```mjs

0 commit comments

Comments
 (0)