Skip to content

Commit d56c49e

Browse files
Update 6-data-storage/03-indexeddb/article.md
Co-authored-by: Muhammed Zakir <[email protected]>
1 parent d235632 commit d56c49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ An example of an object that can't be stored: an object with circular references
183183

184184
**There must be a unique `key` for every value in the store.**
185185

186-
A key must be one of the these types: number, date, string, binary, or array. It's a unique identifier: we can search/remove/update values by the key.
186+
A key must be one of the these types - number, date, string, binary, or array. It's a unique identifier, so we can search/remove/update values by the key.
187187

188188
![](indexeddb-structure.svg)
189189

0 commit comments

Comments
 (0)