We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
initializeGapiClient
1 parent 03918cc commit d68279fCopy full SHA for d68279f
1 file changed
drive/quickstart/index.html
@@ -57,14 +57,14 @@
57
* Callback after api.js is loaded.
58
*/
59
function gapiLoaded() {
60
- gapi.load('client', intializeGapiClient);
+ gapi.load('client', initializeGapiClient);
61
}
62
63
/**
64
* Callback after the API client is loaded. Loads the
65
* discovery doc to initialize the API.
66
67
- async function intializeGapiClient() {
+ async function initializeGapiClient() {
68
await gapi.client.init({
69
apiKey: API_KEY,
70
discoveryDocs: [DISCOVERY_DOC],
0 commit comments