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 @@ -2418,7 +2418,7 @@ changes:
24182418 - v20.18.0
24192419 pr-url: https://github.com/nodejs/node/pull/54389
24202420 description: Respect isTTY and environment variables
2421- such as NO_COLORS , NODE_DISABLE_COLORS, and FORCE_COLOR.
2421+ such as NO_COLOR , NODE_DISABLE_COLORS, and FORCE_COLOR.
24222422-->
24232423
24242424* ` format` {string | Array} A text format or an Array
@@ -2430,7 +2430,7 @@ changes:
24302430
24312431This function returns a formatted text considering the ` format` passed
24322432for printing in a terminal. It is aware of the terminal's capabilities
2433- and acts according to the configuration set via ` NO_COLORS ` ,
2433+ and acts according to the configuration set via ` NO_COLOR ` ,
24342434` NODE_DISABLE_COLORS ` and ` FORCE_COLOR ` environment variables.
24352435
24362436` ` ` mjs
You can’t perform that action at this time.
0 commit comments