Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bf82448

Browse filesBrowse 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 9f1ce73 commit bf82448
Copy full SHA for bf82448

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/util.md‎

Copy file name to clipboardExpand all lines: doc/api/util.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.