Skip to content

Commit

Permalink
Merge branch 'main' into repo/reorder-issue-templates
Browse files Browse the repository at this point in the history
  • Loading branch information
sammartinez authored Mar 19, 2021
2 parents c36dcbb + 92d8d80 commit e2288d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth/src/Auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e2288d8

Please sign in to comment.