Skip to content

Commit

Permalink
Fix typo in samples.
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoleda committed Jul 7, 2015
1 parent 2adf2e7 commit 9d074ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/QuickBooks.gs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function getService() {
}

/**
* Handles the OAuth2 callback.
* Handles the OAuth callback.
*/
function authCallback(request) {
var service = getService();
Expand Down
2 changes: 1 addition & 1 deletion samples/TripIt.gs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function getService() {
}

/**
* Handles the OAuth2 callback.
* Handles the OAuth callback.
*/
function authCallback(request) {
var service = getService();
Expand Down
4 changes: 2 additions & 2 deletions samples/Twitter.gs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function run() {
Logger.log('Open the following URL and re-run the script: %s',
authorizationUrl);
}
}
}

/**
* Reset the authorization state, so that it can be re-tested.
Expand Down Expand Up @@ -55,7 +55,7 @@ function getService() {
}

/**
* Handles the OAuth2 callback.
* Handles the OAuth callback.
*/
function authCallback(request) {
var service = getService();
Expand Down

0 comments on commit 9d074ad

Please sign in to comment.