mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-11-16 17:08:32 +01:00
Fixes a grammar mistake in lib/index.js
This commit is contained in:
parent
6b4d38b6f1
commit
d0e8ec5751
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue