Skip to content

Commit ea088c8

Browse files
mattlehrerjamesgpearce
authored andcommitted
Fix typo in DO guide
"worked" -> "worker"
1 parent 9f7fc2d commit ea088c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/guides/06_integrations/1_cloudflare_durable_objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ new_classes = ["TinyBaseDurableObject"]
152152
(Again, take a look at the contents of the Vite template for the full
153153
configuration file.)
154154
155-
In the main worked file, probably called `index.js` or `index.ts`, you'll need
155+
In the main worker file, probably called `index.js` or `index.ts`, you'll need
156156
to configure the worker as the default export from the file. TinyBase provides a
157157
convenience getWsServerDurableObjectFetch function that will create a `fetch`
158158
method that routes WebSocket requests based on the path of the URL:

0 commit comments

Comments
 (0)