Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a6aa6 commit 91aaf86Copy full SHA for 91aaf86
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