Skip to content

Commit

Permalink
Americanise spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel15 committed May 19, 2014
1 parent f3b41ee commit 77a90bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 77a90bf

Please sign in to comment.