Skip to content

Commit 6ca22a0

Browse files
vy-tonirvinebroque
andauthored
Update src/content/changelog/durable-objects/2025-08-21-durable-objects-get-by-name.mdx
Co-authored-by: Brendan Irvine-Broque <[email protected]>
1 parent f722a84 commit 6ca22a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/changelog/durable-objects/2025-08-21-durable-objects-get-by-name.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ products:
77
date: 2025-08-21
88
---
99

10-
Users can now create a client (a [Durable Object stub](/durable-objects/api/stub/)) to a Durable Object with a single line of code.
10+
You can now create a client (a [Durable Object stub](/durable-objects/api/stub/)) to a Durable Object with a single line of code.
1111

1212
```js
1313
const stub = env.MY_DURABLE_OBJECT.getByName("foo");

0 commit comments

Comments
 (0)