Skip to content

Commit b6374c2

Browse files
RafaelGSStargos
authored andcommittedOct 2, 2024
doc: fix typo in styleText description
PR-URL: #54616 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent d7ac326 commit b6374c2

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
@@ -1819,8 +1819,8 @@ changes:
18191819
* `stream` {Stream} A stream that will be validated if it can be colored. **Default:** `process.stdout`.
18201820
18211821
This function returns a formatted text considering the `format` passed
1822-
for printing in a terminal, it is aware of the terminal's capabilities
1823-
and act according to the configuration set via `NO_COLORS`,
1822+
for printing in a terminal. It is aware of the terminal's capabilities
1823+
and acts according to the configuration set via `NO_COLORS`,
18241824
`NODE_DISABLE_COLORS` and `FORCE_COLOR` environment variables.
18251825
18261826
```mjs

0 commit comments

Comments
 (0)