mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
fix typo
This commit is contained in:
parent
2c69ef4b7a
commit
685f022fce
@ -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 [];
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user