diff --git a/css-grid.md b/css-grid.md index 7a0a24a00..9158e63c9 100644 --- a/css-grid.md +++ b/css-grid.md @@ -39,7 +39,7 @@ prism_languages: [css] ```css /* Areas */ - grid-tamplate-areas: + grid-template-areas: "header header" "main aside" "footer footer"; /* Grid-style */ @@ -252,4 +252,4 @@ prism_languages: [css] * [GRID: A simple visual cheatsheet](http://grid.malven.co/) * [CSS Tricks: A Complete Guide to Grid](https://css-tricks.com/snippets/css/complete-guide-grid/) * [Browser support](https://caniuse.com/#feat=css-grid) - \ No newline at end of file +