Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/containers/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Incoming requests are initially handled by the Worker, then passed to a containe
To simplify and reduce boilerplate code, Cloudflare provides a [`Container` class](https://github.com/cloudflare/containers) as part of the `@cloudflare/containers` NPM package.

You don't have to be familiar with Durable Objects to use Containers, but it may be helpful
to understand how the basics.
to understand the basics.

Each Durable Object runs alongside an individual container instance, manages starting and stopping it, and
can interact with the container through its ports. Containers will likely run near the Worker instance
Expand Down
Loading