Skip to content

Commit e9c9c24

Browse files
Oxyjunvy-ton
andauthored
Update src/content/docs/durable-objects/api/storage-api.mdx
Co-authored-by: Vy Ton <[email protected]>
1 parent 57618e4 commit e9c9c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/durable-objects/api/storage-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ ctx.storage.onNextSessionRestoreBookmark(bookmark);
229229

230230
- Stores the value and associates it with the given key. The value can be any type supported by the [structured clone algorithm](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm), which is true of most types.
231231

232-
The size of keys and values have different limits depending on the flavor of Durable Object you are using. Refer to either:
232+
The size of keys and values have different limits depending on the Durable Object storage backend you are using. Refer to either:
233233
- [SQLite-backed Durable Object limits](/durable-objects/platform/limits/#sqlite-backed-durable-objects-general-limits)
234234
- [KV-backed Durable Object limits](/durable-objects/platform/limits/#key-value-backed-durable-objects-general-limits).<br/><br/>
235235

0 commit comments

Comments
 (0)