sTomething - > something
This commit is contained in:
Oshchenkov 2019-10-02 12:37:40 +03:00 committed by GitHub
parent 751735f920
commit 33fae9cdc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,7 +158,7 @@ Such update collision happens rarely, but we should at least have some handling
## Object store
To store stomething in IndexedDB, we need an *object store*.
To store something in IndexedDB, we need an *object store*.
An object store is a core concept of IndexedDB. Counterparts in other databases are called "tables" or "collections". It's where the data is stored. A database may have multiple stores: one for users, another one for goods, etc.