Merge pull request #1406 from Oshchenkov/patch-1

typo
This commit is contained in:
Ilya Kantor 2019-10-02 12:38:29 +03:00 committed by GitHub
commit 9133d27913
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.