From d9bc9217a707ff27dbccb13bc1c08911959363ad Mon Sep 17 00:00:00 2001 From: Daniel Hritzkiv Date: Thu, 26 Apr 2018 23:28:06 -0400 Subject: [PATCH] doc: fix typo in console.md logit -> log it PR-URL: https://github.com/nodejs/node/pull/20349 Reviewed-By: Rich Trott Reviewed-By: Richard Lau Reviewed-By: Trivikram Kamat Reviewed-By: Luigi Pinca Reviewed-By: Vse Mozhet Byt --- 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 d310a18fcba9f4..114d4758af7703 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