We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb331b commit 8530298Copy full SHA for 8530298
packages/react-email/src/components/toolbar/spam-assassin.tsx
@@ -100,7 +100,7 @@ export const SpamAssassin = ({ result }: SpamAssassinProps) => {
100
</Results.Column>
101
<Results.Column>
102
{result.points === 0
103
- ? 'Congratulations! Younr email is clean of abuse indicators.'
+ ? 'Congratulations! Your email is clean of abuse indicators.'
104
: 'Higher scores are better'}
105
106
<Results.Column className="text-right tracking-tighter font-bold">
0 commit comments