diff --git a/samples/Smartsheet.gs b/samples/Smartsheet.gs index e43f9e27..0e7f1e28 100644 --- a/samples/Smartsheet.gs +++ b/samples/Smartsheet.gs @@ -2,7 +2,7 @@ var CLIENT_ID = '...'; var CLIENT_SECRET = '...'; /** - * Authorizes and makes a request to the GitHub API. + * Authorizes and makes a request to the Smartsheet API. */ function run() { var service = getService(); @@ -95,4 +95,4 @@ function smartsheetTokenHandler(payload) { delete payload.client_secret; } return payload; -} \ No newline at end of file +}