summaryrefslogtreecommitdiff
path: root/doc/api/console.md
diff options
context:
space:
mode:
authorDaniel Hritzkiv <daniel.hritzkiv@gmail.com>2018-04-26 23:28:06 -0400
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-04-27 11:44:10 +0300
commita1fc52884b98acab3d3f0b66c3b5ac9eb0728b8b (patch)
treeac3a2a406effd3f00b8ed18f2591862cfde83b23 /doc/api/console.md
parente10cb7fdda85bdf3204ae40843d64e56cf07e5a8 (diff)
downloadandroid-node-v8-a1fc52884b98acab3d3f0b66c3b5ac9eb0728b8b.tar.gz
android-node-v8-a1fc52884b98acab3d3f0b66c3b5ac9eb0728b8b.tar.bz2
android-node-v8-a1fc52884b98acab3d3f0b66c3b5ac9eb0728b8b.zip
doc: fix typo in console.md
logit -> log it PR-URL: https://github.com/nodejs/node/pull/20349 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Diffstat (limited to 'doc/api/console.md')
-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 d310a18fcb..114d4758af 100644
--- a/doc/api/console.md
+++ b/doc/api/console.md
@@ -354,7 +354,7 @@ added: v10.0.0
* `properties` {string[]} Alternate properties for constructing the table.
Try to construct a table with the columns of the properties of `tabularData`
-(or use `properties`) and rows of `tabularData` and logit. Falls back to just
+(or use `properties`) and rows of `tabularData` and log it. Falls back to just
logging the argument if it can’t be parsed as tabular.
```js