From 39badcb543ac3ebf7264d5133c448aa4315a611e Mon Sep 17 00:00:00 2001
From: Jonas Fonseca <jonas.fonseca@gmail.com>
Date: Sat, 9 Dec 2017 12:13:01 -0500
Subject: [PATCH] Fix wording in the documentation for primary-only colors

---
 docs/getting-started.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/getting-started.md b/docs/getting-started.md
index 64bc8e8a..6a5c6d1a 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -160,7 +160,7 @@ Color names are case-insensitive, but must match the names of the Material
 Design color palette. Valid values are: `red`, `pink`, `purple`, `deep purple`,
 `indigo`, `blue`, `light blue`, `cyan`, `teal`, `green`, `light green`, `lime`,
 `yellow`, `amber`, `orange`, `deep orange`, `brown`, `grey`, `blue grey` and
-`white`. The four three colors can only be used as a primary color.
+`white`. The last four colors can only be used as a primary color.
 
 If the color is set via this configuration, an additional CSS file that
 defines the color palette is automatically included. If you want to keep things
-- 
GitLab