Skip to content

Commit 92d8d80

Browse files
authoredMar 19, 2021
chore(@aws-amplify/auth): fix typo in comment (#7963)
1 parent 492f925 commit 92d8d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/auth/src/Auth.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export class AuthClass {
197197
storage: this._storage,
198198
});
199199

200-
// initiailize cognitoauth client if hosted ui options provided
200+
// initialize cognitoauth client if hosted ui options provided
201201
// to keep backward compatibility:
202202
const cognitoHostedUIConfig = oauth
203203
? isCognitoHostedOpts(this._config.oauth)

0 commit comments

Comments
 (0)