Skip to content

Commit 7a7670e

Browse files
ylafontabatkins
authored andcommitted
typo in example
1 parent 71dca47 commit 7a7670e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-grid/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Placing Items</h3>
261261

262262
<pre>
263263
grid-row: a; grid-column: a;
264-
grid-row: auto; grid column: auto;
264+
grid-row: auto; grid-column: auto;
265265
grid-row: 2; grid-column: 4;
266266
grid-row: 1 / -1; grid-column: 3;
267267
grid-row: header-start / footer-end; grid-column: sidebar-start / footer-end;

0 commit comments

Comments
 (0)