From 99f58f3dadb9970e07baee1882cd44e86380129a Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Sat, 8 May 2021 21:47:03 +0900 Subject: [PATCH] typo: fixed --- pages/callback/discord.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/callback/discord.tsx b/pages/callback/discord.tsx index 3487881..245d2bd 100644 --- a/pages/callback/discord.tsx +++ b/pages/callback/discord.tsx @@ -15,7 +15,7 @@ const DiscordCallback:NextPage = () => { }, [router]) return <> - 리다이랙트 중 입니다.} /> + 리다이렉트 중 입니다.} /> }