Skip to content

Commit 9ded38b

Browse files
committed
[css-grid] Fix typo. Fixes w3c#1602.
1 parent b9b8bef commit 9ded38b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-grid/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ Grid Tracks and Cells</h3>
646646
Grid Areas</h3>
647647

648648
A <dfn export>grid area</dfn> is the logical space used to lay out one or more <a>grid items</a>.
649-
A <a>grid area</a> consists of one or more adjecent <a>grid cells</a>.
649+
A <a>grid area</a> consists of one or more adjacent <a>grid cells</a>.
650650
It is bound by four <a>grid lines</a>, one on each side of the <a>grid area</a>,
651651
and participates in the sizing of the <a>grid tracks</a> it intersects.
652652
A <a>grid area</a> can be named explicitly using the 'grid-template-areas' property of the <a>grid container</a>,

0 commit comments

Comments
 (0)