Skip to content

Commit 416000e

Browse files
GregBrimbleRebeccaTamachiro
authored andcommitted
Update lifecycle.mdx (#21014)
1 parent c9389e4 commit 416000e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/runtime-apis/rpc/lifecycle.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function sendEmail(id, message) {
4747

4848
### How to use the `using` declaration in your Worker
4949

50-
[Wrangler](/workers/wrangler/) v4+ supports the `using` keyword natively. If you are on an earlier version of Wrangler, you can alternatively call dispose of resources manually.
50+
[Wrangler](/workers/wrangler/) v4+ supports the `using` keyword natively. If you are using an earlier version of Wrangler, you will need to manually dispose of resources instead.
5151

5252
The following code:
5353

0 commit comments

Comments
 (0)