Skip to content

Commit d0dea29

Browse files
committed
Fixed very minor typo
1 parent 08cb97f commit d0dea29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/config/auth.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
|--------------------------------------------------------------------------
99
|
1010
| This option controls the authentication driver that will be utilized.
11-
| This drivers manages the retrieval and authentication of the users
11+
| This driver manages the retrieval and authentication of the users
1212
| attempting to get access to protected areas of your application.
1313
|
1414
| Supported: "database", "eloquent"
@@ -60,4 +60,4 @@
6060

6161
),
6262

63-
);
63+
);

0 commit comments

Comments
 (0)