From 2eaff40dc40060bd3e1f64a71767bd04a054bcb6 Mon Sep 17 00:00:00 2001 From: Chandler <56337726+greffgreff@users.noreply.github.com> Date: Wed, 25 Jun 2025 11:03:23 +0200 Subject: [PATCH] Fixed typo --- src/content/docs/containers/get-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/containers/get-started.mdx b/src/content/docs/containers/get-started.mdx index 5da377eda6c3ae8..e34060ef374a911 100644 --- a/src/content/docs/containers/get-started.mdx +++ b/src/content/docs/containers/get-started.mdx @@ -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