From 56a61a6c3a60ec8e9d84869b0ca6615c1437267e Mon Sep 17 00:00:00 2001 From: zofrex Date: Thu, 7 Mar 2013 22:31:40 +0000 Subject: [PATCH] Change 'grey' to 'gray' in HTML/CSS output MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Browsers support both, but only IE8+. Source: https://developer.mozilla.org/en-US/docs/CSS/color_value#1 --- colors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' : ['', ''],