diff --git a/app/Http/Middleware/Authenticate.php b/app/Http/Middleware/Authenticate.php index 538220fb..a5ef9c69 100644 --- a/app/Http/Middleware/Authenticate.php +++ b/app/Http/Middleware/Authenticate.php @@ -15,7 +15,7 @@ class Authenticate protected $auth; /** - * Create a new middelware instance. + * Create a new middleware instance. * * @param Guard $auth * @return void