From a4373bb970ad668d8f01b066420c1befdb050aa4 Mon Sep 17 00:00:00 2001 From: muzam1l Date: Tue, 12 Jul 2022 12:40:35 +0530 Subject: [PATCH] fix spelling error --- components/RunScript/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/RunScript/index.tsx b/components/RunScript/index.tsx index c8ed184..cc675e1 100644 --- a/components/RunScript/index.tsx +++ b/components/RunScript/index.tsx @@ -186,7 +186,7 @@ const RunScript: React.FC<{ file: IFile }> = ({ file: { content, name } }) => { const handleRun = useCallback(() => { if (isDisabled) - return toast.error("Please fill in all the require fields."); + return toast.error("Please fill in all the required fields."); state.scriptLogs = []; runScript();