We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a6aa6 commit 91aaf86Copy full SHA for 91aaf86
1 file changed
README.md
@@ -83,7 +83,7 @@ const gh = new GitHub({
83
});
84
85
const me = gh.getUser();
86
-me.listNotifications(function(err, notifcations) {
+me.listNotifications(function(err, notifications) {
87
// do some stuff
88
89
0 commit comments