From ed61880a38c39c16e75b585cb51a054baa2ac440 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 29 Jun 2023 23:48:29 +0900 Subject: [PATCH] refactor: fix typo in useChats.ts (#393) occured -> occurred --- frontend/lib/context/ChatsProvider/hooks/useChats.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/lib/context/ChatsProvider/hooks/useChats.ts b/frontend/lib/context/ChatsProvider/hooks/useChats.ts index f76ba807a..a137a3a87 100644 --- a/frontend/lib/context/ChatsProvider/hooks/useChats.ts +++ b/frontend/lib/context/ChatsProvider/hooks/useChats.ts @@ -28,7 +28,7 @@ export default function useChats() { console.error(error); publish({ variant: "danger", - text: "Error occured while fetching your chats", + text: "Error occurred while fetching your chats", }); } };