Skip to content

Commit c8fbe7c

Browse files
committed
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 c3a3d91 commit c8fbe7c

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

0 commit comments

Comments
 (0)