Skip to content

Commit f69c52f

Browse files
committed
Wording clarification
1 parent 5d9dc1a commit f69c52f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/durable-objects/platform/pricing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ In this scenario, the estimated monthly cost would be calculated as:
120120
<Render file="storage_api_pricing" product="workers" />
121121

122122
:::caution[Metadata when writing to SQLite-backed Durable Object]
123-
All writes to a SQLite-backed Durable Object records nominal amounts of metadata, which counts towards your billable storage.
123+
All writes to a SQLite-backed Durable Object stores nominal amounts of metadata in the Durable Object, which counts towards your billable storage.
124124

125-
The metadata remains until you call [`deleteAll()`](/durable-objects/api/storage-api/#deleteall) on the Durable Object.
125+
The metadata remains in the Durable Object until you call [`deleteAll()`](/durable-objects/api/storage-api/#deleteall).
126126
:::

0 commit comments

Comments
 (0)