From 7ec6ae429adda6b3af661c580a9eccb32cdf64e6 Mon Sep 17 00:00:00 2001 From: thursday Date: Tue, 23 Nov 2021 12:59:36 -0500 Subject: Fixed spelling --- start/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'start') diff --git a/start/events.js b/start/events.js index b2356d0..d0fb749 100644 --- a/start/events.js +++ b/start/events.js @@ -5,7 +5,7 @@ const Env = use('Env'); Event.on('forgot::password', async ({ user, token }) => { const body = ` Hello ${user.username}, -we just recieved a request to reset your password of your Ferdi account. +we just received a request to reset your password of your Ferdi account. Use the link below to reset your password. If you havn't requested this, please ignore this message. ${Env.get('EXTERNAL_DOMAIN')}/user/reset?token=${encodeURIComponent(token)} -- cgit v1.2.3-54-g00ecf