Skip to content

Commit d68279f

Browse files
authored
fix: typo initializeGapiClient (#122)
1 parent 03918cc commit d68279f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drive/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)