better wording

This commit is contained in:
2016-03-30 01:35:20 +02:00
parent bf20ad9e61
commit 9e8fc76623
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ let coverage = function(configArg){
.then(function(percentageArg){
if (percentageArg >= configArg.coverageTreshold){
plugins.beautylog.ok(
"your coverage of " + percentageArg + "% " + "is within your treshold of " +
"your coverage of " + percentageArg + "% " + "exceeds your treshold of " +
configArg.coverageTreshold + "%"
);
} else {