diff --git a/doc/api/console.md b/doc/api/console.md index 59e5ae36856..28dd0b854b2 100644 --- a/doc/api/console.md +++ b/doc/api/console.md @@ -425,7 +425,7 @@ added: v0.1.104 * `message` {any} * `...args` {any} -Prints to `stderr` the string `'Trace :'`, followed by the [`util.format()`][] +Prints to `stderr` the string `'Trace: '`, followed by the [`util.format()`][] formatted message and stack trace to the current position in the code. ```js