diff --git a/drive/quickstart/index.html b/drive/quickstart/index.html index de8eac8..983fe18 100644 --- a/drive/quickstart/index.html +++ b/drive/quickstart/index.html @@ -57,14 +57,14 @@ * Callback after api.js is loaded. */ function gapiLoaded() { - gapi.load('client', intializeGapiClient); + gapi.load('client', initializeGapiClient); } /** * Callback after the API client is loaded. Loads the * discovery doc to initialize the API. */ - async function intializeGapiClient() { + async function initializeGapiClient() { await gapi.client.init({ apiKey: API_KEY, discoveryDocs: [DISCOVERY_DOC],