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