Skip to content

Commit 37babea

Browse files
Hyperlint Automation Fix
1 parent e2652bd commit 37babea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/changelog/email-routing/2025-04-08-local-development.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default {
2121
};
2222
```
2323

24-
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:
24+
When you run `npx wrangler dev`, wrangler exposes a local `/cdn-cgi/handler/email` endpoint that allows you to `POST` email messages and trigger your Worker's `email()` handler:
2525

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

0 commit comments

Comments
 (0)