Skip to content

Commit 75de507

Browse files
celsopedrosousa
andauthored
Update src/content/docs/email-routing/email-workers/local-development.mdx
Co-authored-by: Pedro Sousa <[email protected]>
1 parent 3538283 commit 75de507

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
@@ -194,7 +194,7 @@ export default {
194194
};
195195
```
196196

197-
Run `npx wrangler dev` and use curl to POST the same message from the [Receiving an email](#receiving-an-email) example. Your terminal will show you where to find the replied message in your local disk and to whom the email was forwarded:
197+
Run `npx wrangler dev` and use curl to `POST` the same message from the [Receive an email](#receive-an-email) example. Your terminal will show you where to find the replied message in your local disk and to whom the email was forwarded:
198198

199199
```bash
200200
⎔ Starting local server...

0 commit comments

Comments
 (0)