浏览代码

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