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 9f1ce73 commit bf82448Copy full SHA for bf82448
doc/api/util.md
@@ -1823,8 +1823,8 @@ changes:
1823
* `stream` {Stream} A stream that will be validated if it can be colored. **Default:** `process.stdout`.
1824
1825
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`,
+for printing in a terminal. It is aware of the terminal's capabilities
+and acts according to the configuration set via `NO_COLORS`,
1828
`NODE_DISABLE_COLORS` and `FORCE_COLOR` environment variables.
1829
1830
```mjs
0 commit comments