Skip to content

Commit 426bf79

Browse files
author
Eric Koleda
authored
Merge pull request #54 from peteflorence/master
Fixes comment typo -- Smartsheet not Github
2 parents 9b428aa + edbfed6 commit 426bf79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/Smartsheet.gs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var CLIENT_ID = '...';
22
var CLIENT_SECRET = '...';
33

44
/**
5-
* Authorizes and makes a request to the GitHub API.
5+
* Authorizes and makes a request to the Smartsheet API.
66
*/
77
function run() {
88
var service = getService();
@@ -95,4 +95,4 @@ function smartsheetTokenHandler(payload) {
9595
delete payload.client_secret;
9696
}
9797
return payload;
98-
}
98+
}

0 commit comments

Comments
 (0)