Skip to content

Commit

Permalink
πŸ“„ Fix Code Comment Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradSollitt committed Mar 26, 2022
1 parent 60abdd3 commit e75ce27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Middleware/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ private function setAppUser(Application $app, array $user)
{
// Build a and set a new cookie, this will extend the expiration time
// based on that last page view. This assumes that the controller
// sends a reponse using [$app->render()] or creates a response object
// sends a response using [$app->render()] or creates a response object
// with cookies from the $app by using [new Response($app)].
switch ($this->method) {
case 'jwt':
Expand Down
2 changes: 1 addition & 1 deletion app/Middleware/Cors.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* common options for CORS Services. Use this class with route filter callback
* functions so that the OPTIONS request can be handled.
*
* This class is desinged to be easy to use without making changes and also
* This class is designed to be easy to use without making changes and also
* easy to modify if you need to handle custom CORS options for your site.
*
* @link https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
Expand Down

0 comments on commit e75ce27

Please sign in to comment.