diff --git a/doc/api/util.md b/doc/api/util.md index d1b0167cfd626b..11aab8c3285665 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -243,8 +243,7 @@ corresponding argument. Supported specifiers are: * `%O`: `Object`. A string representation of an object with generic JavaScript object formatting. Similar to `util.inspect()` without options. This will show the full object not including non-enumerable properties and proxies. -* `%c`: `CSS`. This specifier is currently ignored, and will skip any CSS - passed in. +* `%c`: `CSS`. This specifier is ignored and will skip any CSS passed in. * `%%`: single percent sign (`'%'`). This does not consume an argument. * Returns: {string} The formatted string