From 182b153a2620a9de6b1312b21419e469c25b37cd Mon Sep 17 00:00:00 2001 From: Thunnini Date: Tue, 20 Dec 2022 17:17:55 +0900 Subject: [PATCH] Fix typo --- constants/error-message.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/error-message.ts b/constants/error-message.ts index 711962a..13d6d9e 100644 --- a/constants/error-message.ts +++ b/constants/error-message.ts @@ -1,7 +1,7 @@ export const TWITTER_LOGIN_ERROR = "Twitter login access denied"; export const TWITTER_PROFILE_ERROR = "Twitter auth code is not valid"; -export const KEPLR_NOT_FOUND_ERROR = "Can't fount window.keplr"; +export const KEPLR_NOT_FOUND_ERROR = "Can't found window.keplr"; export const KEPLR_VERSION_ERROR = "You should update keplr"; export const KEPLR_NO_ACCOUNT_ERROR = "key doesn't exist";