Skip to content

Commit 802acce

Browse files
committed
Updating comment
1 parent 0ecd044 commit 802acce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/durable-objects/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ To add a Durable Object to an existing Worker, you need to:
8585

8686
const stub = env.MY_DURABLE_OBJECT.get(id);
8787

88-
{/* Insert your Durable Object code here */}
88+
{/* Access your Durable Object methods here */}
8989

9090
},
9191
} satisfies ExportedHandler<Env>;

0 commit comments

Comments
 (0)