Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ By default the implicit grid tracks created by the implicit lines will be auto s
<div class="description">
{:/nomarkdown}

We can created named areas on the grid to put content into. To do this we first assign elements in our merkup to a Grid Area, using the `grid-area` property.
We can created named areas on the grid to put content into. To do this we first assign elements in our markup to a Grid Area, using the `grid-area` property.

We can then use the `grid-template-areas` property to describe where on the Grid these elements should sit.

Expand Down