Skip to content

Commit b5df063

Browse files
committed
[css-grid] Fix weird wording in gutter sentence.
1 parent 69b6303 commit b5df063

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-grid/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,8 @@ Grid Tracks and Cells</h3>
439439
Each <a>grid track</a> is assigned a sizing function,
440440
which controls how wide or tall the column or row may grow,
441441
and thus how far apart its bounding <a>grid lines</a> are.
442-
Subsequent <a>grid tracks</a> can be separated by <a href="#gutters">gutters</a> or <a href="#grid-align">alignment spacing</a>,
443-
but are otherwise immediately adjacent.
442+
Adjacent <a>grid tracks</a> can be separated by <a href="#gutters">gutters</a> or <a href="#grid-align">alignment spacing</a>,
443+
but are otherwise packed tightly.
444444

445445
A <dfn export>grid cell</dfn> is the similar term for the full grid&mdash;it
446446
is the space between two adjacent row and two adjacent column <a>grid lines</a>.

0 commit comments

Comments
 (0)