diff --git a/packages/auth/src/Auth.ts b/packages/auth/src/Auth.ts index e2dcc3fc3d3..ac231c276ed 100644 --- a/packages/auth/src/Auth.ts +++ b/packages/auth/src/Auth.ts @@ -197,7 +197,7 @@ export class AuthClass { storage: this._storage, }); - // initiailize cognitoauth client if hosted ui options provided + // initialize cognitoauth client if hosted ui options provided // to keep backward compatibility: const cognitoHostedUIConfig = oauth ? isCognitoHostedOpts(this._config.oauth)