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:
18091809 - version: v20.18.0 
18101810 pr-url: https://github.com/nodejs/node/pull/54389 
18111811 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. 
18131813--> 
18141814
18151815* `  format`  {string | Array} A text format or an Array
@@ -1821,7 +1821,7 @@ changes:
18211821
18221822This function returns a formatted text considering the `  format`  passed
18231823for 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 ` ,
18251825` NODE_DISABLE_COLORS `  and ` FORCE_COLOR `  environment variables.
18261826
18271827` ` `  mjs
                                 You can’t perform that action at this time. 
               
                  
0 commit comments