From 542657dbfb2f905e7d4a42b16366c76434de6f10 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Thu, 9 Nov 2017 08:53:18 -0600 Subject: [PATCH] Fix a typo in the css --- css/dry-up-scss-with-mixins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/dry-up-scss-with-mixins.md b/css/dry-up-scss-with-mixins.md index 76c7718..2c4508b 100644 --- a/css/dry-up-scss-with-mixins.md +++ b/css/dry-up-scss-with-mixins.md @@ -27,7 +27,7 @@ Then, this mixin can be _included_ wherever it is needed. ```css div.base-nav { - @include nav; + @include navgation; background-color: #fff; color: #444; @@ -39,7 +39,7 @@ div.base-nav { } div.admin-nav { - @include nav; + @include navgation; background-color: #000; color: #fff;