Skip to content

Commit

Permalink
fix typo in comment (laravel#48770)
Browse files Browse the repository at this point in the history
  • Loading branch information
vintagesucks authored and timacdonald committed Oct 24, 2023
1 parent 473c9be commit b26786f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Session/Middleware/AuthenticateSession.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ protected function guard()
}

/**
* Get the path the user should be redirected to when their session is not autheneticated.
* Get the path the user should be redirected to when their session is not authenticated.
*
* @param \Illuminate\Http\Request $request
* @return string|null
Expand Down

0 comments on commit b26786f

Please sign in to comment.