Skip to content

Commit 22b889c

Browse files
monkbrocclayreimann
authored andcommitted
Docs fix for getProject (#428)
1 parent 2deb74c commit 22b889c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/GitHub.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class GitHub {
117117
/**
118118
* Create a new Project wrapper
119119
* @param {string} id - the id of the project
120-
* @return {Markdown}
120+
* @return {Project}
121121
*/
122122
getProject(id) {
123123
return new Project(id, this.__auth, this.__apiBase);

0 commit comments

Comments
 (0)