Browse Source

chore: Fix typo in comment in LocalData file (#7235)

Dante Calderon 1 year ago
parent
commit
18a7b97515
1 changed files with 1 additions and 1 deletions
  1. 1 1
      excalidraw-app/data/LocalData.ts

+ 1 - 1
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).
  */