We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492f925 commit 92d8d80Copy full SHA for 92d8d80
packages/auth/src/Auth.ts
@@ -197,7 +197,7 @@ export class AuthClass {
197
storage: this._storage,
198
});
199
200
- // initiailize cognitoauth client if hosted ui options provided
+ // initialize cognitoauth client if hosted ui options provided
201
// to keep backward compatibility:
202
const cognitoHostedUIConfig = oauth
203
? isCognitoHostedOpts(this._config.oauth)
0 commit comments