Skip to content

Commit 2fc9c40

Browse files
committed
Merge branch 'main' of github.com:googleworkspace/browser-samples
2 parents dd803bd + ec9d826 commit 2fc9c40

File tree

17 files changed

+32
-35
lines changed

17 files changed

+32
-35
lines changed

.github/sync-repo-settings.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ branchProtectionRules:
3737
permissionRules:
3838
- team: workspace-devrel-dpe
3939
permission: admin
40+
- team: workspace-devrel
41+
permission: push

adminSDK/directory/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
* Callback after api.js is loaded.
5858
*/
5959
function gapiLoaded() {
60-
gapi.load('client', intializeGapiClient);
60+
gapi.load('client', initializeGapiClient);
6161
}
6262

6363
/**
6464
* Callback after the API client is loaded. Loads the
6565
* discovery doc to initialize the API.
6666
*/
67-
async function intializeGapiClient() {
67+
async function initializeGapiClient() {
6868
await gapi.client.init({
6969
apiKey: API_KEY,
7070
discoveryDocs: [DISCOVERY_DOC],

adminSDK/reports/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
* Callback after api.js is loaded.
5858
*/
5959
function gapiLoaded() {
60-
gapi.load('client', intializeGapiClient);
60+
gapi.load('client', initializeGapiClient);
6161
}
6262

6363
/**
6464
* Callback after the API client is loaded. Loads the
6565
* discovery doc to initialize the API.
6666
*/
67-
async function intializeGapiClient() {
67+
async function initializeGapiClient() {
6868
await gapi.client.init({
6969
apiKey: API_KEY,
7070
discoveryDocs: [DISCOVERY_DOC],

adminSDK/reseller/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
* Callback after api.js is loaded.
5858
*/
5959
function gapiLoaded() {
60-
gapi.load('client', intializeGapiClient);
60+
gapi.load('client', initializeGapiClient);
6161
}
6262

6363
/**
6464
* Callback after the API client is loaded. Loads the
6565
* discovery doc to initialize the API.
6666
*/
67-
async function intializeGapiClient() {
67+
async function initializeGapiClient() {
6868
await gapi.client.init({
6969
apiKey: API_KEY,
7070
discoveryDocs: [DISCOVERY_DOC],

apps-script/quickstart/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
* Callback after api.js is loaded.
5858
*/
5959
function gapiLoaded() {
60-
gapi.load('client', intializeGapiClient);
60+
gapi.load('client', initializeGapiClient);
6161
}
6262

6363
/**
6464
* Callback after the API client is loaded. Loads the
6565
* discovery doc to initialize the API.
6666
*/
67-
async function intializeGapiClient() {
67+
async function initializeGapiClient() {
6868
await gapi.client.init({
6969
apiKey: API_KEY,
7070
discoveryDocs: [DISCOVERY_DOC],

calendar/quickstart/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
* Callback after api.js is loaded.
5858
*/
5959
function gapiLoaded() {
60-
gapi.load('client', intializeGapiClient);
60+
gapi.load('client', initializeGapiClient);
6161
}
6262

6363
/**
6464
* Callback after the API client is loaded. Loads the
6565
* discovery doc to initialize the API.
6666
*/
67-
async function intializeGapiClient() {
67+
async function initializeGapiClient() {
6868
await gapi.client.init({
6969
apiKey: API_KEY,
7070
discoveryDocs: [DISCOVERY_DOC],

classroom/quickstart/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
* Callback after api.js is loaded.
5858
*/
5959
function gapiLoaded() {
60-
gapi.load('client', intializeGapiClient);
60+
gapi.load('client', initializeGapiClient);
6161
}
6262

6363
/**
6464
* Callback after the API client is loaded. Loads the
6565
* discovery doc to initialize the API.
6666
*/
67-
async function intializeGapiClient() {
67+
async function initializeGapiClient() {
6868
await gapi.client.init({
6969
apiKey: API_KEY,
7070
discoveryDocs: [DISCOVERY_DOC],

docs/quickstart/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
* Callback after api.js is loaded.
5858
*/
5959
function gapiLoaded() {
60-
gapi.load('client', intializeGapiClient);
60+
gapi.load('client', initializeGapiClient);
6161
}
6262

6363
/**
6464
* Callback after the API client is loaded. Loads the
6565
* discovery doc to initialize the API.
6666
*/
67-
async function intializeGapiClient() {
67+
async function initializeGapiClient() {
6868
await gapi.client.init({
6969
apiKey: API_KEY,
7070
discoveryDocs: [DISCOVERY_DOC],

drive/activity-v2/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
* Callback after api.js is loaded.
5858
*/
5959
function gapiLoaded() {
60-
gapi.load('client', intializeGapiClient);
60+
gapi.load('client', initializeGapiClient);
6161
}
6262

6363
/**
6464
* Callback after the API client is loaded. Loads the
6565
* discovery doc to initialize the API.
6666
*/
67-
async function intializeGapiClient() {
67+
async function initializeGapiClient() {
6868
await gapi.client.init({
6969
apiKey: API_KEY,
7070
discoveryDocs: [DISCOVERY_DOC],

gmail/quickstart/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
* Callback after api.js is loaded.
5858
*/
5959
function gapiLoaded() {
60-
gapi.load('client', intializeGapiClient);
60+
gapi.load('client', initializeGapiClient);
6161
}
6262

6363
/**
6464
* Callback after the API client is loaded. Loads the
6565
* discovery doc to initialize the API.
6666
*/
67-
async function intializeGapiClient() {
67+
async function initializeGapiClient() {
6868
await gapi.client.init({
6969
apiKey: API_KEY,
7070
discoveryDocs: [DISCOVERY_DOC],

0 commit comments

Comments
 (0)