Skip to content

Commit c357306

Browse files
greffgreffsdnts
authored andcommitted
Fixed typo (cloudflare#23220)
1 parent 6c9a4c4 commit c357306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/containers/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Incoming requests are initially handled by the Worker, then passed to a containe
8686
To simplify and reduce boilerplate code, Cloudflare provides a [`Container` class](https://github.com/cloudflare/containers) as part of the `@cloudflare/containers` NPM package.
8787

8888
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.
9090

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

0 commit comments

Comments
 (0)