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

This commit is contained in:
Dante Calderon 2023-11-04 12:15:09 -05:00 committed by GitHub
parent e8def8da8d
commit 18a7b97515
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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