diff --git a/colors.js b/colors.js
index 846e861..407881a 100644
--- a/colors.js
+++ b/colors.js
@@ -87,7 +87,7 @@ function stylize(str, style) {
       'strikethrough' : ['',  ''],
       //grayscale
       'white'     : ['',   ''],
-      'grey'      : ['',    ''],
+      'grey'      : ['',    ''],
       'black'     : ['',   ''],
       //colors
       'blue'      : ['',    ''],