Skip to content

Commit 773d313

Browse files
committed
[css-grid] Fix copypaste error. Fixes #1356.
1 parent 5c46d78 commit 773d313

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
@@ -2082,7 +2082,7 @@ Implicit Track Sizing: the 'grid-auto-rows' and 'grid-auto-columns' properties</
20822082
to find the size of the implicit tracks.
20832083
The first <a>implicit grid track</a> before the <a>explicit grid</a>
20842084
receives the first specified size, and so on forwards;
2085-
and the last <a>implicit grid track</a> before the <a>explicit grid</a>
2085+
and the last <a>implicit grid track</a> after the <a>explicit grid</a>
20862086
receives the last specified size, and so on backwards.
20872087

20882088
<div class="example">

0 commit comments

Comments
 (0)