File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1809,7 +1809,7 @@ changes:
1809
1809
- version: v20.18.0
1810
1810
pr-url: https://github.com/nodejs/node/pull/54389
1811
1811
description: Respect isTTY and environment variables
1812
- such as NO_COLORS , NODE_DISABLE_COLORS, and FORCE_COLOR.
1812
+ such as NO_COLOR , NODE_DISABLE_COLORS, and FORCE_COLOR.
1813
1813
-->
1814
1814
1815
1815
* ` format` {string | Array} A text format or an Array
@@ -1821,7 +1821,7 @@ changes:
1821
1821
1822
1822
This function returns a formatted text considering the ` format` passed
1823
1823
for printing in a terminal. It is aware of the terminal's capabilities
1824
- and acts according to the configuration set via ` NO_COLORS ` ,
1824
+ and acts according to the configuration set via ` NO_COLOR ` ,
1825
1825
` NODE_DISABLE_COLORS ` and ` FORCE_COLOR ` environment variables.
1826
1826
1827
1827
` ` ` mjs
You can’t perform that action at this time.
0 commit comments