You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/containers/get-started.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ Incoming requests are initially handled by the Worker, then passed to a containe
86
86
To simplify and reduce boilerplate code, Cloudflare provides a [`Container` class](https://github.com/cloudflare/containers) as part of the `@cloudflare/containers` NPM package.
87
87
88
88
You don't have to be familiar with Durable Objects to use Containers, but it may be helpful
89
-
to understand how the basics.
89
+
to understand the basics.
90
90
91
91
Each Durable Object runs alongside an individual container instance, manages starting and stopping it, and
92
92
can interact with the container through its ports. Containers will likely run near the Worker instance
0 commit comments