From 6dcb3ac73e362731ff1bb5ecf375a2fa6ceda54a Mon Sep 17 00:00:00 2001 From: Christopher L Bray Date: Sun, 20 Dec 2015 19:57:26 +0000 Subject: [PATCH] Typo in docs Should be _separate_ not _seperate_ :) --- config/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/auth.php b/config/auth.php index 38341344..3fa7f491 100644 --- a/config/auth.php +++ b/config/auth.php @@ -87,7 +87,7 @@ return [ | | You may specify multiple password reset configurations if you have more | than one user table or model in the application and you want to have - | seperate password reset settings based on the specific user types. + | separate password reset settings based on the specific user types. | | The expire time is the number of minutes that the reset token should be | considered valid. This security feature keeps tokens short-lived so