From 321a14b36d6b3304aedfd183e12ddba35dc704bd Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Thu, 29 Aug 2024 16:42:53 -0300 Subject: [PATCH] doc: fix typo in styleText description PR-URL: https://github.com/nodejs/node/pull/54616 Reviewed-By: Luigi Pinca Reviewed-By: Chemi Atlow Reviewed-By: Rich Trott --- doc/api/util.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/util.md b/doc/api/util.md index 6c1cffd9a1c64f..ee6a91af5159d4 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -1825,8 +1825,8 @@ changes: * `stream` {Stream} A stream that will be validated if it can be colored. **Default:** `process.stdout`. This function returns a formatted text considering the `format` passed -for printing in a terminal, it is aware of the terminal's capabilities -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`, `NODE_DISABLE_COLORS` and `FORCE_COLOR` environment variables. ```mjs