Skip to content

Commit

Permalink
fixed grammatical typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vinitshahdeo authored Feb 22, 2020
1 parent 74e14dc commit 7a716f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ if (thisRepo.isAwesome()) {
thisRepo.star(); // thanks in advance :p
thisRepo.watch((bug) => {
if(!doesIssueExists(bug)) {
createNewIssue(bug); // wow, that's nice catch
createNewIssue(bug); // wow, that's a nice catch
}
else {
checkIssueTracker(bug); // comment there
Expand Down

0 comments on commit 7a716f4

Please sign in to comment.