Skip to content

Commit 154ebf1

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

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
@@ -36,7 +36,7 @@ You can now test receiving, replying, and sending emails in your local environme
3636

3737
## Receiving an email
3838

39-
Consider this example Email Worker script that uses the opensource [postal-mime](https://www.npmjs.com/package/postal-mime) email parser:
39+
Consider this example Email Worker script that uses the open source [`postal-mime`](https://www.npmjs.com/package/postal-mime) email parser:
4040

4141
```ts
4242
import * as PostalMime from 'postal-mime';

0 commit comments

Comments
 (0)