Переглянути джерело

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

Dante Calderon 1 рік тому
батько
коміт
18a7b97515
1 змінених файлів з 1 додано та 1 видалено
  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,
  * - DataState refers to full state of the app: appState, elements, images,
  *   though some state is saved separately (collab username, library) for one
  *   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).
  *   (localStorage, indexedDB).
  */
  */