From b6537005c6b8cfa4dd4d990157f699ddd70d755d Mon Sep 17 00:00:00 2001 From: David Cho-Lerat Date: Mon, 22 Aug 2016 15:17:04 +0200 Subject: [PATCH] Update README.md Typos : "which be achieved" => "which can be achieved" "we have are" => "we are" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 743871d4..bfb6c699 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ $color-primary: $palette-blue-500; $color-primary-dark: $palette-blue-700; ``` -This file should be prepended to each stylesheet compilation which be achieved in multiple ways. +This file should be prepended to each stylesheet compilation which can be achieved in multiple ways. ### Using SASS Loader @@ -122,7 +122,7 @@ sassLoader: { } ``` -In this case we have are prepending the theme import to each SASS compilation so the primary color will be changed in every single stylesheet. If you are not using webpack maybe your loader still has a similar option, otherwise don't worry, there are solutions. +In this case we are prepending the theme import to each SASS compilation so the primary color will be changed in every single stylesheet. If you are not using webpack maybe your loader still has a similar option, otherwise don't worry, there are solutions. ### Using SASS imports and props