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.
1 parent 05cfbf9 commit 54a91c1Copy full SHA for 54a91c1
packages/auth/src/platform_browser/iframe/gapi.ts
@@ -25,7 +25,7 @@ import * as js from '../load_js';
25
const NETWORK_TIMEOUT = new Delay(30000, 60000);
26
27
/**
28
- * Reset unlaoded GApi modules. If gapi.load fails due to a network error,
+ * Reset unloaded GApi modules. If gapi.load fails due to a network error,
29
* it will stop working after a retrial. This is a hack to fix this issue.
30
*/
31
function resetUnloadedGapiModules(): void {
0 commit comments