diff --git a/examples/index.md b/examples/index.md
index 135d80d..b46b0b4 100644
--- a/examples/index.md
+++ b/examples/index.md
@@ -335,7 +335,7 @@ By default the implicit grid tracks created by the implicit lines will be auto s
{:/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.