diff --git a/doc/api/util.md b/doc/api/util.md index 301089fd47c990..56b7d97ae94adf 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -276,10 +276,9 @@ util.format('%% %s'); // Returns: '%% %s' ``` -Please note that `util.format()` is a synchronous method that is mainly -intended as a debugging tool. Some input values can have a significant -performance overhead that can block the event loop. Use this function -with care and never in a hot code path. +`util.format()` is a synchronous method that is intended as a debugging tool. +Some input values can have a significant performance overhead that can block the +event loop. Use this function with care and never in a hot code path. ## util.formatWithOptions(inspectOptions, format[, ...args])