Skip to content

Commit a6dbc8e

Browse files
committed
Merge pull request #30 from jatenate/fix_typo
Fixes a grammar mistake in lib/index.js
2 parents 6b4d38b + d0e8ec5 commit a6dbc8e

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)