doc: remove "note that" from console.md

Refs: https://github.com/nodejs/remark-preset-lint-node/pull/16

PR-URL: https://github.com/nodejs/node/pull/28329
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This commit is contained in:
Rich Trott 2019-06-20 14:01:59 -06:00
parent 66e5cdefe6
commit 7023cb4e86

View File

@ -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])
<!-- YAML