Fix 'resent' ambiguity

This commit is contained in:
Oliver Payne
2018-09-16 17:32:31 +02:00
parent bac6cae21e
commit 52fe45dd7b

View File

@@ -14,7 +14,7 @@ class VerificationController extends Controller
| |
| This controller is responsible for handling email verification for any | This controller is responsible for handling email verification for any
| user that recently registered with the application. Emails may also | 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.
| |
*/ */