fix spelling error

This commit is contained in:
muzam1l
2022-07-12 12:40:35 +05:30
parent cfb791092a
commit a4373bb970

View File

@@ -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();