From 52fe45dd7b8e2efb5c681ee58364cb9c94aaf8f2 Mon Sep 17 00:00:00 2001 From: Oliver Payne Date: Sun, 16 Sep 2018 17:32:31 +0200 Subject: [PATCH] Fix 'resent' ambiguity --- app/Http/Controllers/Auth/VerificationController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Auth/VerificationController.php b/app/Http/Controllers/Auth/VerificationController.php index 4163aaa8..23a43a84 100644 --- a/app/Http/Controllers/Auth/VerificationController.php +++ b/app/Http/Controllers/Auth/VerificationController.php @@ -14,7 +14,7 @@ class VerificationController extends Controller | | This controller is responsible for handling email verification for any | user that recently registered with the application. Emails may also - | be resent if the user did not receive the original email message. + | be re-sent if the user didn't receive the original email message. | */