From 376563ba4b0881379f475c879f764c9e62851a27 Mon Sep 17 00:00:00 2001 From: Andy Hunt <43352327+andyhunt-ici@users.noreply.github.com> Date: Tue, 5 Feb 2019 13:16:48 -0500 Subject: [PATCH] Update css-grid.md Line 42 - grid-tamplate-areas to grid-template-areas --- css-grid.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +