Skip to content

Commit

Permalink
Corrections to typos.
Browse files Browse the repository at this point in the history
Corrections to plural and singular forms of usage.
  • Loading branch information
RalphMRivera committed Sep 7, 2018
1 parent f72178b commit b0474f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions verification.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<a name="introduction"></a>
## Introduction

Many web applications requires users to verify their email addresses before using the application. Rather than forcing you to re-implement this on each application, Laravel provides convenient methods for sending and verifying email verification requests.
Many web applications require users to verify their email addresses before using the application. Rather than forcing you to re-implement this on each application, Laravel provides convenient methods for sending and verifying email verification requests.

### Model Preparation

Expand Down Expand Up @@ -59,7 +59,7 @@ Laravel includes the `Auth\VerificationController` class that contains the neces
<a name="verification-views"></a>
## Views

Laravel will generate all of the necessary email verification view when the `make:auth` command is executed. This view is placed in `resources/views/auth/verify.blade.php`. You are free to customize this view as needed for your application.
Laravel will generate all of the necessary email verification views when the `make:auth` command is executed. This view is placed in `resources/views/auth/verify.blade.php`. You are free to customize this view as needed for your application.

<a name="after-verifying-emails"></a>
## After Verifying Emails
Expand Down

0 comments on commit b0474f6

Please sign in to comment.