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.
2 parents 22b889c + 1c18ef0 commit 33bee0eCopy full SHA for 33bee0e
lib/GitHub.js
@@ -71,7 +71,7 @@ class GitHub {
71
72
/**
73
* Create a new Repository wrapper
74
- * @param {string} user - the user who owns the respository
+ * @param {string} user - the user who owns the repository
75
* @param {string} repo - the name of the repository
76
* @return {Repository}
77
*/
@@ -81,7 +81,7 @@ class GitHub {
81
82
83
* Create a new Issue wrapper
84
85
86
* @return {Issue}
87
0 commit comments