Skip to content

Commit 83e8016

Browse files
committed
[css-grid] typo
1 parent 28864b0 commit 83e8016

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-grid/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ Grid Lines</h3>
441441
}
442442

443443
#item1 { grid-column: 2;
444-
grid-column-start: 1; grid-column-end: 4; }
444+
grid-row-start: 1; grid-row-end: 4; }
445445
&lt;/style>
446446
</pre>
447447

css-grid/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ <h3 class="heading settled heading" data-level=2.2 id=grid-line-concept><span cl
614614
}
615615

616616
#item1 { grid-column: 2;
617-
grid-column-start: 1; grid-column-end: 4; }
617+
grid-row-start: 1; grid-row-end: 4; }
618618
&lt;/style&gt;
619619
</pre>
620620
<pre> &lt;style type="text/css"&gt;

0 commit comments

Comments
 (0)