Merge pull request #4762 from olipayne/master

Fix 'resent' ambiguity
This commit is contained in:
Taylor Otwell 2018-09-16 15:36:15 -05:00 committed by GitHub
commit f507c0eda9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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