From 92d8d800256119d1ba84bb90097f91a983b1e5c0 Mon Sep 17 00:00:00 2001 From: inokawa <48897392+inokawa@users.noreply.github.com> Date: Sat, 20 Mar 2021 05:34:47 +0900 Subject: [PATCH] chore(@aws-amplify/auth): fix typo in comment (#7963) --- packages/auth/src/Auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)