Skip to content

Commit f722a84

Browse files
authored
Update 2025-08-21-durable-objects-get-by-name.mdx
1 parent 8681f0d commit f722a84

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
@@ -17,6 +17,6 @@ const rpcResponse = await stub.sayHello();
1717

1818
Each Durable Object has a globally-unique name, which allows you to send requests to a specific object from anywhere in the world. Thus, a Durable Object can be used to coordinate between multiple clients who need to work together. You can have billions of Durable Objects, providing isolation between application tenants.
1919

20-
For more information, checkout:
20+
For more information, check out:
2121

2222
- [API Documentation](/durable-objects/api/namespace/#getbyname)

0 commit comments

Comments
 (0)