Browse Source

Merge pull request #3841 from ac1982/patch-1

[5.3] fix wrong spelling
Taylor Otwell 7 years ago
parent
commit
133bd9ddd2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Auth/LoginController.php

+ 1 - 1
app/Http/Controllers/Auth/LoginController.php

@@ -14,7 +14,7 @@ class LoginController extends Controller
     |
     | This controller handles authenticating users for the application and
     | redirecting them to your home screen. The controller uses a trait
-    | to conveniently provide this functionality to your appliations.
+    | to conveniently provide this functionality to your applications.
     |
     */