Skip to content

Commit a3198fb

Browse files
committed
Fix typo in comment
1 parent 1ec139b commit a3198fb

15 files changed

Lines changed: 31 additions & 31 deletions

File tree

adminSDK/directory/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
};
110110

111111
if (gapi.client.getToken() === null) {
112-
// Prompt the user to select an Google Account and asked for consent to share their data
112+
// Prompt the user to select a Google Account and ask for consent to share their data
113113
// when establishing a new session.
114114
tokenClient.requestAccessToken({prompt: 'consent'});
115115
} else {

adminSDK/reports/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/* exported gisLoaded */
3535
/* exported handleAuthClick */
3636
/* exported handleSignoutClick */
37-
37+
3838
// TODO(developer): Set to client ID and API key from the Developer Console
3939
const CLIENT_ID = '<YOUR_CLIENT_ID>';
4040
const API_KEY = '<YOUR_API_KEY>';
@@ -109,7 +109,7 @@
109109
};
110110

111111
if (gapi.client.getToken() === null) {
112-
// Prompt the user to select an Google Account and asked for consent to share their data
112+
// Prompt the user to select a Google Account and ask for consent to share their data
113113
// when establishing a new session.
114114
tokenClient.requestAccessToken({prompt: 'consent'});
115115
} else {

adminSDK/reseller/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/* exported gisLoaded */
3535
/* exported handleAuthClick */
3636
/* exported handleSignoutClick */
37-
37+
3838
// TODO(developer): Set to client ID and API key from the Developer Console
3939
const CLIENT_ID = '<YOUR_CLIENT_ID>';
4040
const API_KEY = '<YOUR_API_KEY>';
@@ -109,7 +109,7 @@
109109
};
110110

111111
if (gapi.client.getToken() === null) {
112-
// Prompt the user to select an Google Account and asked for consent to share their data
112+
// Prompt the user to select a Google Account and ask for consent to share their data
113113
// when establishing a new session.
114114
tokenClient.requestAccessToken({prompt: 'consent'});
115115
} else {

apps-script/quickstart/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/* exported gisLoaded */
3535
/* exported handleAuthClick */
3636
/* exported handleSignoutClick */
37-
37+
3838
// TODO(developer): Set to client ID and API key from the Developer Console
3939
const CLIENT_ID = '<YOUR_CLIENT_ID>';
4040
const API_KEY = '<YOUR_API_KEY>';
@@ -109,7 +109,7 @@
109109
};
110110

111111
if (gapi.client.getToken() === null) {
112-
// Prompt the user to select an Google Account and asked for consent to share their data
112+
// Prompt the user to select a Google Account and ask for consent to share their data
113113
// when establishing a new session.
114114
tokenClient.requestAccessToken({prompt: 'consent'});
115115
} else {

calendar/quickstart/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/* exported gisLoaded */
3535
/* exported handleAuthClick */
3636
/* exported handleSignoutClick */
37-
37+
3838
// TODO(developer): Set to client ID and API key from the Developer Console
3939
const CLIENT_ID = '<YOUR_CLIENT_ID>';
4040
const API_KEY = '<YOUR_API_KEY>';
@@ -109,7 +109,7 @@
109109
};
110110

111111
if (gapi.client.getToken() === null) {
112-
// Prompt the user to select an Google Account and asked for consent to share their data
112+
// Prompt the user to select a Google Account and ask for consent to share their data
113113
// when establishing a new session.
114114
tokenClient.requestAccessToken({prompt: 'consent'});
115115
} else {
@@ -170,4 +170,4 @@
170170
<script async defer src="https://accounts.google.com/gsi/client" onload="gisLoaded()"></script>
171171
</body>
172172
</html>
173-
<!-- [END calendar_quickstart] -->
173+
<!-- [END calendar_quickstart] -->

classroom/quickstart/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/* exported gisLoaded */
3535
/* exported handleAuthClick */
3636
/* exported handleSignoutClick */
37-
37+
3838
// TODO(developer): Set to client ID and API key from the Developer Console
3939
const CLIENT_ID = '<YOUR_CLIENT_ID>';
4040
const API_KEY = '<YOUR_API_KEY>';
@@ -109,7 +109,7 @@
109109
};
110110

111111
if (gapi.client.getToken() === null) {
112-
// Prompt the user to select an Google Account and asked for consent to share their data
112+
// Prompt the user to select a Google Account and ask for consent to share their data
113113
// when establishing a new session.
114114
tokenClient.requestAccessToken({prompt: 'consent'});
115115
} else {
@@ -163,4 +163,4 @@
163163
<script async defer src="https://accounts.google.com/gsi/client" onload="gisLoaded()"></script>
164164
</body>
165165
</html>
166-
<!-- [END classroom_quickstart] -->
166+
<!-- [END classroom_quickstart] -->

docs/quickstart/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/* exported gisLoaded */
3535
/* exported handleAuthClick */
3636
/* exported handleSignoutClick */
37-
37+
3838
// TODO(developer): Set to client ID and API key from the Developer Console
3939
const CLIENT_ID = '<YOUR_CLIENT_ID>';
4040
const API_KEY = '<YOUR_API_KEY>';
@@ -109,7 +109,7 @@
109109
};
110110

111111
if (gapi.client.getToken() === null) {
112-
// Prompt the user to select an Google Account and asked for consent to share their data
112+
// Prompt the user to select a Google Account and ask for consent to share their data
113113
// when establishing a new session.
114114
tokenClient.requestAccessToken({prompt: 'consent'});
115115
} else {

drive/activity-v2/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/* exported gisLoaded */
3535
/* exported handleAuthClick */
3636
/* exported handleSignoutClick */
37-
37+
3838
// TODO(developer): Set to client ID and API key from the Developer Console
3939
const CLIENT_ID = '<YOUR_CLIENT_ID>';
4040
const API_KEY = '<YOUR_API_KEY>';
@@ -109,7 +109,7 @@
109109
};
110110

111111
if (gapi.client.getToken() === null) {
112-
// Prompt the user to select an Google Account and asked for consent to share their data
112+
// Prompt the user to select a Google Account and ask for consent to share their data
113113
// when establishing a new session.
114114
tokenClient.requestAccessToken({prompt: 'consent'});
115115
} else {
@@ -165,7 +165,7 @@
165165
}
166166

167167
// Utility methods for formatting activity records
168-
168+
169169
/**
170170
* Returns a string representation of the first N elements in a list.
171171
* @param {string[]} array - Values to join

drive/picker/helloworld.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
};
109109

110110
if (accessToken === null) {
111-
// Prompt the user to select an Google Account and asked for consent to share their data
111+
// Prompt the user to select a Google Account and ask for consent to share their data
112112
// when establishing a new session.
113113
tokenClient.requestAccessToken({prompt: 'consent'});
114114
} else {

drive/quickstart/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/* exported gisLoaded */
3535
/* exported handleAuthClick */
3636
/* exported handleSignoutClick */
37-
37+
3838
// TODO(developer): Set to client ID and API key from the Developer Console
3939
const CLIENT_ID = '<YOUR_CLIENT_ID>';
4040
const API_KEY = '<YOUR_API_KEY>';
@@ -109,7 +109,7 @@
109109
};
110110

111111
if (gapi.client.getToken() === null) {
112-
// Prompt the user to select an Google Account and asked for consent to share their data
112+
// Prompt the user to select a Google Account and ask for consent to share their data
113113
// when establishing a new session.
114114
tokenClient.requestAccessToken({prompt: 'consent'});
115115
} else {

0 commit comments

Comments
 (0)