From d4ac1595adaf56730e99582aafdf9a888257ac84 Mon Sep 17 00:00:00 2001 From: Jukka Date: Tue, 29 Sep 2020 20:56:51 +0300 Subject: [PATCH] Update auth.php (#5289) typo fix --- config/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/auth.php b/config/auth.php index fe87b873e..8dc13b61c 100644 --- a/config/auth.php +++ b/config/auth.php @@ -19,7 +19,7 @@ return [ | 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,