doc: fix typo in styleText description

PR-URL: https://github.com/nodejs/node/pull/54616
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
Rafael Gonzaga 2024-08-29 16:42:53 -03:00 committed by GitHub
parent 9cbef482df
commit 321a14b36d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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