Skip to content

Commit

Permalink
Merge pull request #2045 from chloefeal/fix
Browse files Browse the repository at this point in the history
Fix some typos
  • Loading branch information
chaitanyapotti authored Dec 27, 2024
2 parents f00614e + 70821c5 commit 80d5c72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/base/src/core/IWeb3Auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface IWeb3AuthCoreOptions {
*/
enableLogging?: boolean;
/**
* setting to "local" will persist social login session accross browser tabs.
* setting to "local" will persist social login session across browser tabs.
*
* @defaultValue "local"
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export interface UIConfig extends WhiteLabelData {
/**
* Decides which button will be the focus of the modal
* For `socialLogin` the social icon will be colored
* For other options like `emailLogin` and `externalLogin` the respective buttons will be coverted into a primary button
* For other options like `emailLogin` and `externalLogin` the respective buttons will be converted into a primary button
*
* @defaultValue `socialLogin`
*/
Expand Down

0 comments on commit 80d5c72

Please sign in to comment.