summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-06-20 14:01:59 -0600
committerRich Trott <rtrott@gmail.com>2019-06-23 07:09:57 -0700
commit7023cb4e8681cc54ba076b8db0a06b7a98cda528 (patch)
tree556a75af750bf7f491c09d1ae658d4f9ddf41c2b
parent66e5cdefe641b647c6d8101478fae3f09b5e034d (diff)
downloadandroid-node-v8-7023cb4e8681cc54ba076b8db0a06b7a98cda528.tar.gz
android-node-v8-7023cb4e8681cc54ba076b8db0a06b7a98cda528.tar.bz2
android-node-v8-7023cb4e8681cc54ba076b8db0a06b7a98cda528.zip
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>
-rw-r--r--doc/api/console.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/console.md b/doc/api/console.md
index a8369290df..190e03007a 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])
<!-- YAML