Skip to content

Commit 80d5c72

Browse files
Merge pull request #2045 from chloefeal/fix
Fix some typos
2 parents f00614e + 70821c5 commit 80d5c72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/base/src/core/IWeb3Auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export interface IWeb3AuthCoreOptions {
3636
*/
3737
enableLogging?: boolean;
3838
/**
39-
* setting to "local" will persist social login session accross browser tabs.
39+
* setting to "local" will persist social login session across browser tabs.
4040
*
4141
* @defaultValue "local"
4242
*/

packages/ui/src/interfaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export interface UIConfig extends WhiteLabelData {
4141
/**
4242
* Decides which button will be the focus of the modal
4343
* For `socialLogin` the social icon will be colored
44-
* For other options like `emailLogin` and `externalLogin` the respective buttons will be coverted into a primary button
44+
* For other options like `emailLogin` and `externalLogin` the respective buttons will be converted into a primary button
4545
*
4646
* @defaultValue `socialLogin`
4747
*/

0 commit comments

Comments
 (0)