Skip to content

Commit 2936ad2

Browse files
committed
Removing unnecessary italics.
1 parent f31c45b commit 2936ad2

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
@@ -27,7 +27,7 @@ Durable Objects have properties that make them a great fit for distributed state
2727
**Single-threaded concurrency**
2828

2929
- 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.
30-
- Durable Objects are single-threaded and cooperatively multi-tasked, just like code running in a web 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/).
30+
- Durable Objects are single-threaded and cooperatively multi-tasked, just like code running in a web 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/).
3131

3232
**Elastic horizontal scaling across Cloudflare's global network**
3333

0 commit comments

Comments
 (0)