Skip to content

Commit 2347699

Browse files
celsopenalosa
andauthored
Update src/content/docs/email-routing/email-workers/local-development.mdx
Co-authored-by: Somhairle MacLeòid <[email protected]>
1 parent ce3c1a2 commit 2347699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/email-routing/email-workers/local-development.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default {
5050
},
5151
};
5252

53-
Now when you run `npx wrangler dev`, wrangler will will expose a local `/cdn-cgi/handler/email` endpoint that you can `POST` email messages to and trigger your Worker script `email()` handler:
53+
Now when you run `npx wrangler dev`, wrangler will expose a local `/cdn-cgi/handler/email` endpoint that you can `POST` email messages to and trigger your Worker's `email()` handler:
5454

5555
```bash
5656
curl -X POST 'http://localhost:8787/cdn-cgi/handler/email' \

0 commit comments

Comments
 (0)