Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
`All of Fortify's view's rendering logic` --> `All of Fortify's view rendering logic`
  • Loading branch information
tnorthcutt authored and driesvints committed Jun 24, 2021
1 parent e28b3e7 commit 9a6922b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortify.md
Expand Up @@ -430,7 +430,7 @@ If the request was not successful, the user will be redirected back to the reque

To finish implementing our application's password reset functionality, we need to instruct Fortify how to return our "reset password" view.

All of Fortify's view's rendering logic may be customized using the appropriate methods available via the `Laravel\Fortify\Fortify` class. Typically, you should call this method from the `boot` method of your application's `App\Providers\FortifyServiceProvider` class:
All of Fortify's view rendering logic may be customized using the appropriate methods available via the `Laravel\Fortify\Fortify` class. Typically, you should call this method from the `boot` method of your application's `App\Providers\FortifyServiceProvider` class:

```php
use Laravel\Fortify\Fortify;
Expand Down

0 comments on commit 9a6922b

Please sign in to comment.