Skip to content

Commit eb91077

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

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
@@ -107,7 +107,7 @@ This is what you get in the console:
107107

108108
## Send an email
109109

110-
Wrangler can also simulate sending emails locally. Consider this example Email Worker script that uses the [mimetext](https://www.npmjs.com/package/mimetext) npm package:
110+
Wrangler can also simulate sending emails locally. Consider this example Email Worker script that uses the [`mimetext`](https://www.npmjs.com/package/mimetext) npm package:
111111

112112
```ts
113113
import { EmailMessage } from "cloudflare:email";

0 commit comments

Comments
 (0)