Update auth.php (#5289)

typo fix
This commit is contained in:
Jukka 2020-09-29 20:56:51 +03:00 committed by GitHub
parent b6ee7d9bca
commit d4ac1595ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ return [
| Failed Authentication Attempt Limit | Failed Authentication Attempt Limit
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| |
| Number of failed attemps allowed while trying to authenticate a user. | Number of failed attempts allowed while trying to authenticate a user.
| |
*/ */
'attemptLimit' => 5, 'attemptLimit' => 5,