Skip to content

Commit d0e8ec5

Browse files
committed
Fixes a grammar mistake in lib/index.js
1 parent 6b4d38b commit d0e8ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ GitStats.record = function (data, callback) {
6464
}
6565

6666
if (typeof data.url !== "string" || !data.url) {
67-
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."));
67+
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."));
6868
return GitStats;
6969
}
7070

0 commit comments

Comments
 (0)