diff --git a/doc/api/console.md b/doc/api/console.md index a8369290dfbf0f..190e03007acc11 100644 --- a/doc/api/console.md +++ b/doc/api/console.md @@ -267,7 +267,7 @@ changes: * `...data` {any} This method calls `console.log()` passing it the arguments received. -Please note that this method does not produce any XML formatting. +This method does not produce any XML formatting. ### console.error([data][, ...args])