8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ac326 commit b6374c2Copy full SHA for b6374c2
doc/api/util.md
@@ -1819,8 +1819,8 @@ changes:
1819
* `stream` {Stream} A stream that will be validated if it can be colored. **Default:** `process.stdout`.
1820
1821
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`,
+for printing in a terminal. It is aware of the terminal's capabilities
+and acts according to the configuration set via `NO_COLORS`,
1824
`NODE_DISABLE_COLORS` and `FORCE_COLOR` environment variables.
1825
1826
```mjs
0 commit comments