Skip to content

Commit db5e537

Browse files
committed
update comment on code snippet
1 parent 744e09d commit db5e537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/changelog/workers/2025-09-23-wrangler-dev-multi-config-cross-command-support.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ These Workers can now communicate with each other across separate dev commands,
2929
```js title="./api/src/index.ts"
3030
export default {
3131
async fetch(request, env) {
32-
// Call the auth worker using a service binding
32+
// This service binding call now works across dev commands
3333
const authorized = await env.AUTH.isAuthorized(request);
3434

3535
if (!authorized) {

0 commit comments

Comments
 (0)