From 18a7b975158117fbb8b9f77939496f6567c42528 Mon Sep 17 00:00:00 2001 From: Dante Calderon <18385321+dantehemerson@users.noreply.github.com> Date: Sat, 4 Nov 2023 12:15:09 -0500 Subject: [PATCH] chore: Fix typo in comment in LocalData file (#7235) --- excalidraw-app/data/LocalData.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/excalidraw-app/data/LocalData.ts b/excalidraw-app/data/LocalData.ts index 5d9ba0e1..25f068aa 100644 --- a/excalidraw-app/data/LocalData.ts +++ b/excalidraw-app/data/LocalData.ts @@ -6,7 +6,7 @@ * * - DataState refers to full state of the app: appState, elements, images, * though some state is saved separately (collab username, library) for one - * reason or another. We also save different data to different sotrage + * reason or another. We also save different data to different storage * (localStorage, indexedDB). */