Docs fix for getProject (#428) · github-tools/github@22b889c

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 22b889c

monkbrocclayreimann

authored and

committed

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

Lines changed: 1 addition & 1 deletion

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)