Skip to content

Commit d9bc921

Browse files
dhritzkivMylesBorins
authored andcommitted
doc: fix typo in console.md
logit -> log it PR-URL: #20349 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]>
1 parent 73cd279 commit d9bc921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/console.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ added: v10.0.0
354354
* `properties` {string[]} Alternate properties for constructing the table.
355355

356356
Try to construct a table with the columns of the properties of `tabularData`
357-
(or use `properties`) and rows of `tabularData` and logit. Falls back to just
357+
(or use `properties`) and rows of `tabularData` and log it. Falls back to just
358358
logging the argument if it can’t be parsed as tabular.
359359

360360
```js

0 commit comments

Comments
 (0)