Skip to content

Commit 1a168e8

Browse files
authored
Fix typo
1 parent 426951b commit 1a168e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Laravel provides a quick way to scaffold all of the routes and views you need fo
6060

6161
This command should be used on fresh applications and will install a layout view, registration and login views, as well as routes for all authentication end-points. A `HomeController` will also be generated to handle post-login requests to your application's dashboard.
6262

63-
> {tip} In the case where your application doesn’t need registration you can disable it bw removing the newly created `RegisterController` and passing the proper option to the routes declaration: `Auth::routes(['register' => false]);`.
63+
> {tip} In the case where your application doesn’t need registration you can disable it by removing the newly created `RegisterController` and passing the proper option to the routes declaration: `Auth::routes(['register' => false]);`.
6464
6565
<a name="included-views"></a>
6666
### Views

0 commit comments

Comments
 (0)