diff --git a/apps/base-docs/tutorials/docs/2_email-campaign-with-resend.md b/apps/base-docs/tutorials/docs/2_email-campaign-with-resend.md index 47d0866ec3..0045b7d924 100644 --- a/apps/base-docs/tutorials/docs/2_email-campaign-with-resend.md +++ b/apps/base-docs/tutorials/docs/2_email-campaign-with-resend.md @@ -288,7 +288,7 @@ export const EmailTemplate: React.FC> = ({ firstNam ); ``` -In `src/app/page.tsx` add the following section to display wether the user is a member or not: +In `src/app/page.tsx` add the following section to display weather the user is a member or not: ```html