Skip to content

Commit 0d716b3

Browse files
CherryRebeccaTamachiro
authored andcommitted
fix: code blocks in email routing changelog (#21522)
1 parent f503485 commit 0d716b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export default {
1919
console.log(email);
2020
},
2121
};
22+
```
2223

2324
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:
2425

@@ -74,4 +75,4 @@ This is what you get in the console:
7475
}
7576
```
7677

77-
Local development is a critical part of the development flow, and also works for sending, replying and forwarding emails. See [our documentation](/email-routing/email-workers/local-development/) for more information.
78+
Local development is a critical part of the development flow, and also works for sending, replying and forwarding emails. See [our documentation](/email-routing/email-workers/local-development/) for more information.

0 commit comments

Comments
 (0)