Skip to content

Commit e214e2c

Browse files
RafaelGSStargos
authored andcommitted
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 991b1e3 commit e214e2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/util.md

Lines changed: 2 additions & 2 deletions
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)