We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b8bef commit 9ded38bCopy full SHA for 9ded38b
1 file changed
css-grid/Overview.bs
@@ -646,7 +646,7 @@ Grid Tracks and Cells</h3>
646
Grid Areas</h3>
647
648
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>.
+ A <a>grid area</a> consists of one or more adjacent <a>grid cells</a>.
650
It is bound by four <a>grid lines</a>, one on each side of the <a>grid area</a>,
651
and participates in the sizing of the <a>grid tracks</a> it intersects.
652
A <a>grid area</a> can be named explicitly using the 'grid-template-areas' property of the <a>grid container</a>,
0 commit comments