Skip to content

Commit 59bc0fa

Browse files
Update src/content/docs/durable-objects/what-are-durable-objects.mdx
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent f70dade commit 59bc0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/durable-objects/what-are-durable-objects.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Durable Objects have properties and capabilities that make them a great fit for
3030
**Single-threaded concurrency**
3131

3232
- Each [Durable Object instance has an identifier](/durable-objects/api/id/), either randomly-generated or user-generated, which allows you to globally address which Durable Object should handle a specific action or request.
33-
- Durable Objects are single-threaded and cooperatively multi-tasked, just like code running in the browser. For more details on how safety and correctness are achieved, refer to the blog post ["Durable Objects: Easy, Fast, Correct — Choose three"](https://blog.cloudflare.com/durable-objects-easy-fast-correct-choose-three/).
33+
- Durable Objects are single-threaded and cooperatively multi-tasked, just like code running in the browser. For more details on how safety and correctness are achieved, refer to the blog post [_"Durable Objects: Easy, Fast, Correct — Choose three"_](https://blog.cloudflare.com/durable-objects-easy-fast-correct-choose-three/).
3434

3535
**Elastic horizontal scaling across Cloudflare's global network**
3636

0 commit comments

Comments
 (0)