Skip to content

Commit 8530298

Browse files
authored
fix: typo (#1992)
1 parent edb331b commit 8530298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-email/src/components/toolbar/spam-assassin.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export const SpamAssassin = ({ result }: SpamAssassinProps) => {
100100
</Results.Column>
101101
<Results.Column>
102102
{result.points === 0
103-
? 'Congratulations! Younr email is clean of abuse indicators.'
103+
? 'Congratulations! Your email is clean of abuse indicators.'
104104
: 'Higher scores are better'}
105105
</Results.Column>
106106
<Results.Column className="text-right tracking-tighter font-bold">

0 commit comments

Comments
 (0)