Fix typo.

This commit is contained in:
Taylor Otwell 2015-04-30 14:19:00 -05:00
parent 4e8d5533bd
commit b22a1f48c8
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
class VerifyCsrfToken extends 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 * @var array
*/ */