We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cbef48 commit 321a14bCopy full SHA for 321a14b
doc/api/util.md
@@ -1825,8 +1825,8 @@ changes:
1825
* `stream` {Stream} A stream that will be validated if it can be colored. **Default:** `process.stdout`.
1826
1827
This function returns a formatted text considering the `format` passed
1828
-for printing in a terminal, it is aware of the terminal's capabilities
1829
-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`,
1830
`NODE_DISABLE_COLORS` and `FORCE_COLOR` environment variables.
1831
1832
```mjs
0 commit comments