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 @@ -2402,7 +2402,7 @@ changes:
2402
2402
- v20.18.0
2403
2403
pr-url: https://github.com/nodejs/node/pull/54389
2404
2404
description: Respect isTTY and environment variables
2405
- such as NO_COLORS , NODE_DISABLE_COLORS, and FORCE_COLOR.
2405
+ such as NO_COLOR , NODE_DISABLE_COLORS, and FORCE_COLOR.
2406
2406
-->
2407
2407
2408
2408
* ` format` {string | Array} A text format or an Array
@@ -2414,7 +2414,7 @@ changes:
2414
2414
2415
2415
This function returns a formatted text considering the ` format` passed
2416
2416
for printing in a terminal. It is aware of the terminal's capabilities
2417
- and acts according to the configuration set via ` NO_COLORS ` ,
2417
+ and acts according to the configuration set via ` NO_COLOR ` ,
2418
2418
` NODE_DISABLE_COLORS ` and ` FORCE_COLOR ` environment variables.
2419
2419
2420
2420
` ` ` mjs
You can’t perform that action at this time.
0 commit comments