Update web.md to fix spelling

IndexeDb -> IndexedDb
This commit is contained in:
Cervon Wong 2020-11-30 18:13:54 +08:00 committed by GitHub
parent 333315bcfa
commit 7ca7e9568e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -93,4 +93,4 @@ To use this implementation on browsers that support it, replace `WebDatabase(nam
WebDatabase.withStorage(MoorWebStorage.indexedDbIfSupported(name))
```
Moor will automatically migrate data from local storage to `IndexeDb` when it is available.
Moor will automatically migrate data from local storage to `IndexedDb` when it is available.