Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Fix typo in unknown service provider error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlntn committed Mar 15, 2017
1 parent 0d34b02 commit dc8867c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/detect.js
Expand Up @@ -24,7 +24,7 @@ var detectProvider = function(){
var local = require('./services/localGit');
config = local.configuration();
if (!config){
throw new Error("Unknown CI servie provider. Unable to upload coverage.");
throw new Error("Unknown CI service provider. Unable to upload coverage.");
}
}
return config;
Expand Down

0 comments on commit dc8867c

Please sign in to comment.