From 66bcdf4f5719621b65c13d5cb05a2dabf8825866 Mon Sep 17 00:00:00 2001 From: Dan Tao Date: Sat, 18 Jun 2016 14:30:15 -0500 Subject: [PATCH] fixed egregious and humiliating typo --- nearestColor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nearestColor.js b/nearestColor.js index f30a7e5..ca84de2 100644 --- a/nearestColor.js +++ b/nearestColor.js @@ -359,7 +359,7 @@ }; /** - * Default colors. Comprises the colors of the rainbox (good ol' ROY G. BIV). + * Default colors. Comprises the colors of the rainbow (good ol' ROY G. BIV). * This list will be used for calls to {@nearestColor} that don't specify a list * of available colors to match. */