Skip to content

Commit efc2249

Browse files
committed
Fix some broken image references
1 parent 323f6f9 commit efc2249

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

content/docs/reference/under-the-hood/storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Open the browser tools and take a look at IndexedDB you'll see a database called
3030

3131
You can see that there is a key which looks roughly like our document URL (it doesn't have the `automerge:` prefix) and some kind of value. If we expand that we see:
3232

33-
![IndexedDB detailed](indexedb-screenshot-detailed.png)
33+
![IndexedDB detailed](indexeddb-screenshot-detailed.png)
3434

3535
If you're not familiar with IndexedDB this might be a little confusing. IndexedDB is a sort of key/value store where the keys are arrays. So what we are seeing here is a binary array (the `binary: Object` part in the above screenshot) stored under the key `["3RFyJzsLsZ7MsbG98rcuZ4FqtGW7", "incremental", "0290cdc2dcebc1ecb3115c3635bf1cb0f857ce971d9aab1c44a0d3ab19a88cd8"]`.
3636

0 commit comments

Comments
 (0)