Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
blazer82 committed Jun 21, 2024
1 parent 50348c6 commit e92e2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/sendPasswordResetMail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const sendPasswordResetMail = async (user: User) => {
text:
`Hi,\n\n` +
`You requested a link to reset your Analytodon password.\n` +
`If this wan't you then you can just ignore this email.\n\n` +
`If this wasn't you then you can just ignore this email.\n\n` +
`Click here to reset your password:\n` +
`${publicRuntimeConfig.appURL}/reset-password?t=${user.resetPasswordToken}\n\n` +
`Best regards,\n` +
Expand Down

0 comments on commit e92e2bb

Please sign in to comment.