Skip to content

Commit 33bee0e

Browse files
Merge pull request #471 from alundiak/alundiak-patch-1
typo fix in GitHub.js
2 parents 22b889c + 1c18ef0 commit 33bee0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/GitHub.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class GitHub {
7171

7272
/**
7373
* Create a new Repository wrapper
74-
* @param {string} user - the user who owns the respository
74+
* @param {string} user - the user who owns the repository
7575
* @param {string} repo - the name of the repository
7676
* @return {Repository}
7777
*/
@@ -81,7 +81,7 @@ class GitHub {
8181

8282
/**
8383
* Create a new Issue wrapper
84-
* @param {string} user - the user who owns the respository
84+
* @param {string} user - the user who owns the repository
8585
* @param {string} repo - the name of the repository
8686
* @return {Issue}
8787
*/

0 commit comments

Comments
 (0)