Skip to content

Commit c13826c

Browse files
committed
Fix typo
1 parent 078055d commit c13826c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Connection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ const handleDisconnect = () => {
151151
<Tooltip v-else-if="!isWalletAvailable" position="end">
152152
<Button type="white" size="mini" disabled> Connect </Button>
153153
154-
<template #content> Insall Keplr Wallet before connection </template>
154+
<template #content> Install Keplr Wallet before connection </template>
155155
</Tooltip>
156156
157157
<Button v-else-if="!appStore.address" @click="handleConnect" type="white" size="mini"> Connect </Button>

0 commit comments

Comments
 (0)