We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ecd044 commit 802acceCopy full SHA for 802acce
src/content/docs/durable-objects/get-started.mdx
@@ -85,7 +85,7 @@ To add a Durable Object to an existing Worker, you need to:
85
86
const stub = env.MY_DURABLE_OBJECT.get(id);
87
88
- {/* Insert your Durable Object code here */}
+ {/* Access your Durable Object methods here */}
89
90
},
91
} satisfies ExportedHandler<Env>;
0 commit comments