Browse Source

Fix typo.

Taylor Otwell 10 years ago
parent
commit
b22a1f48c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Middleware/VerifyCsrfToken.php

+ 1 - 1
app/Http/Middleware/VerifyCsrfToken.php

@@ -6,7 +6,7 @@ use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as BaseVerifier;
 class VerifyCsrfToken extends BaseVerifier
 {
     /**
-     * The URIs that shoudl be excluded from CSRF verification.
+     * The URIs that should be excluded from CSRF verification.
      *
      * @var array
      */