Aykut Saraç %!s(int64=3) %!d(string=hai) anos
pai
achega
685f022fce
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/utils/json-editor-parser.ts

+ 1 - 1
src/utils/json-editor-parser.ts

@@ -51,7 +51,7 @@ export const parser = (input: string | string[]) => {
 
     return [...flatten(res), ...relationships(res)];
   } catch (error) {
-    toast.error("An error occured while parsin JSON data!");
+    toast.error("An error occured while parsing JSON data!");
     return [];
   }
 };