Browse Source

Fix 'resent' ambiguity

Oliver Payne 5 years ago
parent
commit
52fe45dd7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Auth/VerificationController.php

+ 1 - 1
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.
     |
     */