Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 9d074ad

Browse files
author
ekoleda
committed
Fix typo in samples.
1 parent 2adf2e7 commit 9d074ad

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

samples/QuickBooks.gs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function getService() {
5757
}
5858

5959
/**
60-
* Handles the OAuth2 callback.
60+
* Handles the OAuth callback.
6161
*/
6262
function authCallback(request) {
6363
var service = getService();

samples/TripIt.gs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function getService() {
5252
}
5353

5454
/**
55-
* Handles the OAuth2 callback.
55+
* Handles the OAuth callback.
5656
*/
5757
function authCallback(request) {
5858
var service = getService();

samples/Twitter.gs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function run() {
2222
Logger.log('Open the following URL and re-run the script: %s',
2323
authorizationUrl);
2424
}
25-
}
25+
}
2626

2727
/**
2828
* Reset the authorization state, so that it can be re-tested.
@@ -55,7 +55,7 @@ function getService() {
5555
}
5656

5757
/**
58-
* Handles the OAuth2 callback.
58+
* Handles the OAuth callback.
5959
*/
6060
function authCallback(request) {
6161
var service = getService();

0 commit comments

Comments
 (0)