Skip to content

Commit 9133d27

Browse files
authored
Merge pull request #1406 from Oshchenkov/patch-1
typo
2 parents 751735f + 33fae9c commit 9133d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

6-data-storage/03-indexeddb/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Such update collision happens rarely, but we should at least have some handling
158158

159159
## Object store
160160

161-
To store stomething in IndexedDB, we need an *object store*.
161+
To store something in IndexedDB, we need an *object store*.
162162

163163
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.
164164

0 commit comments

Comments
 (0)