Skip to content

Commit 69cdf44

Browse files
authored
Clarify use Workers KV from DO title (#18265)
* Update use-kv-from-durable-objects.mdx * Update src/content/docs/durable-objects/examples/use-kv-from-durable-objects.mdx
1 parent c1a8394 commit 69cdf44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/durable-objects/examples/use-kv-from-durable-objects.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Use KV from Durable Objects
3-
summary: Read and write to/from KV within a Durable Object
2+
title: Use Workers KV from Durable Objects
3+
summary: Read and write to/from Workers KV within a Durable Object
44
pcx_content_type: example
55
sidebar:
66
order: 20
@@ -91,4 +91,4 @@ export class YourDurableObject extends DurableObject {
9191
return Response.json(val);
9292
}
9393
}
94-
```
94+
```

0 commit comments

Comments
 (0)