Americanise spelling

This commit is contained in:
Daniel Lo Nigro 2014-05-19 11:16:11 -07:00
parent f3b41eea1c
commit 77a90bfd77

View File

@ -624,7 +624,7 @@ cache(function(data, match, sendBadge) {
return;
}
badgeData.text[1] = score + '%';
badgeData.colorscheme = coveragePercentageColour(percentage);
badgeData.colorscheme = coveragePercentageColor(percentage);
sendBadge(format, badgeData);
} catch(e) {
badgeData.text[1] = 'not found';