Skip to content

Commit

Permalink
Docs fix for getProject (github-tools#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
monkbroc authored and clayreimann committed Feb 24, 2017
1 parent 2deb74c commit 22b889c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/GitHub.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class GitHub {
/**
* Create a new Project wrapper
* @param {string} id - the id of the project
* @return {Markdown}
* @return {Project}
*/
getProject(id) {
return new Project(id, this.__auth, this.__apiBase);
Expand Down

0 comments on commit 22b889c

Please sign in to comment.