Skip to content

Commit cade045

Browse files
committed
Fix some wording
1 parent a1dec22 commit cade045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chrome/pretty-print-tabular-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Looking at a bunch of data in the Chrome dev tools console isn't great. It
44
can be a bit difficult to read because of the way it is displayed.
55
Fortunately, the Chrome dev tools come with a handy way of displaying
66
tabular data, `console.table()`. If you give `console.table` an array of
7-
objects or array of arrays, it will format it in a table like the following:
7+
objects or array of arrays, it will format it in a table like so:
88

99
![](http://i.imgur.com/LPgBpRB.png)

0 commit comments

Comments
 (0)