Skip to content

Commit

Permalink
fix: spelling mistake on the word 'requested' fixed (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
kieron committed Dec 16, 2020
1 parent e8776fd commit 961d110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/lib/notifications/agents/email.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class EmailAgent implements NotificationAgent {
to: payload.notifyUser.email,
},
locals: {
body: 'Your requsested media is now available!',
body: 'Your requested media is now available!',
mediaName: payload.subject,
imageUrl: payload.image,
timestamp: new Date().toTimeString(),
Expand Down

0 comments on commit 961d110

Please sign in to comment.