Merge pull request #30 from jatenate/fix_typo

Fixes a grammar mistake in lib/index.js
This commit is contained in:
Ionică Bizău 2015-02-19 08:15:39 +02:00
commit a6dbc8e952
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ GitStats.record = function (data, callback) {
}
if (typeof data.url !== "string" || !data.url) {
callback(new Error("Invalid url field. This commit is not recorded into the git-stats history since you didn't added the remote url. You can import the previous commits using the git-stats-importer tool."));
callback(new Error("Invalid url field. This commit is not recorded into the git-stats history since you haven't added the remote url. You can import the previous commits using the git-stats-importer tool."));
return GitStats;
}