Skip to content

Commit 7b88ad9

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

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
@@ -105,7 +105,7 @@ If the current user database has a higher version than in the `open` call, e.g.
105105
106106
That's rare, but such a thing may happen when a visitor loads outdated JavaScript code, e.g. from a proxy cache. So the code is old, but his database is new.
107107
108-
To protect from errors, we should check `db.version` and suggest he reloads the page. Use proper HTTP caching headers to avoid loading the old code, so that you'll never have such problems.
108+
To protect from errors, we should check `db.version` and suggest a page reload. Use proper HTTP caching headers to avoid loading the old code, so that you'll never have such problems.
109109
```
110110

111111
### Parallel update problem

0 commit comments

Comments
 (0)