From 621d79677d055e72a362ae119453af2edde0be39 Mon Sep 17 00:00:00 2001 From: Daniel Hritzkiv Date: Thu, 26 Apr 2018 23:28:06 -0400 Subject: [PATCH] Fix typo in console.md logit -> log it --- 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