File tree Expand file tree Collapse file tree 5 files changed +14
-26
lines changed
Expand file tree Collapse file tree 5 files changed +14
-26
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export default function WalletConnecting(props: Props) {
4747 const providerId = props . providerId ?? recentWallet ?. providerId
4848 const client = useStore ( ( s ) => s . client )
4949
50- // this is currently "true" for other embeded browsers like leap and compass mobile apps
50+ // this is currently "true" for other embedded browsers like leap and compass mobile apps
5151 const isKeplrMobileInApp =
5252 /**
5353 * type here currently comes from shuttle and doesn't define the mode property
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ export default function WalletSelect(props: Props) {
7171 } ,
7272 } )
7373 }
74- // this is currently "true" for other embeded browsers like leap and compass mobile apps
74+ // this is currently "true" for other embedded browsers like leap and compass mobile apps
7575 const isKeplrMobileInApp =
7676 /**
7777 * type here currently comes from shuttle and doesn't define the mode property
Original file line number Diff line number Diff line change @@ -25175,7 +25175,7 @@ export interface TimeFrameItem {
2517525175 text: string
2517625176 /** Resolution to be set */
2517725177 resolution: ResolutionString
25178- /** Optional text displayed in the pop-up menu. If not set, `title` wil be used instead. */
25178+ /** Optional text displayed in the pop-up menu. If not set, `title` will be used instead. */
2517925179 description?: string
2518025180 /** Optional text representing the time frame. If not set a generated string will be set based on `text` property. */
2518125181 title?: string
You can’t perform that action at this time.
0 commit comments