Skip to content

Commit

Permalink
fix typo in comment (#48770)
Browse files Browse the repository at this point in the history
  • Loading branch information
vintagesucks authored Oct 18, 2023
1 parent 88b309c commit 18de32c
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 18de32c

Please sign in to comment.