Fixes a grammar mistake in lib/index.js

This commit is contained in:
Justin Hurley 2015-02-18 19:21:04 -08:00
parent 6b4d38b6f1
commit d0e8ec5751

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;
}