From af05ad123eacc85dc1b005b92d2f68b207c46153 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 20 Jun 2019 14:01:59 -0600 Subject: [PATCH] doc: remove "note that" from console.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://github.com/nodejs/remark-preset-lint-node/pull/16 PR-URL: https://github.com/nodejs/node/pull/28329 Reviewed-By: Gus Caplan Reviewed-By: Trivikram Kamat Reviewed-By: Tobias Nießen Reviewed-By: Ruben Bridgewater --- doc/api/console.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])