Browse Source

Fixed typo

Graham Campbell 9 years ago
parent
commit
6722b10051
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Middleware/Authenticate.php

+ 1 - 1
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