Skip to content

Commit 91aaf86

Browse files
Connor CartwrightAurelioDeRosa
authored andcommitted
chore: fix spelling mistake in the README
[ci skip] closes github-tools#379
1 parent 44a6aa6 commit 91aaf86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const gh = new GitHub({
8383
});
8484

8585
const me = gh.getUser();
86-
me.listNotifications(function(err, notifcations) {
86+
me.listNotifications(function(err, notifications) {
8787
// do some stuff
8888
});
8989

0 commit comments

Comments
 (0)