From 8b2f8ef3cb5bb302e186d7a6c2783dc7e5280893 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 4 Mar 2020 22:19:59 -0800 Subject: [PATCH] Spelling is hard :( --- app/Http/Controllers/Auth/ForgotPasswordController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Auth/ForgotPasswordController.php b/app/Http/Controllers/Auth/ForgotPasswordController.php index 9a0a3d879a..a7f3c591ad 100644 --- a/app/Http/Controllers/Auth/ForgotPasswordController.php +++ b/app/Http/Controllers/Auth/ForgotPasswordController.php @@ -61,7 +61,7 @@ class ForgotPasswordController extends Controller $this->validate($request, ['email' => 'required|email|max:250']); /** - * If we find a matching email with an activated yser, we will + * If we find a matching email with an activated user, we will * send the password reset link to the user. * * Once we have attempted to send the link, we will examine the response