Fix typo.

This commit is contained in:
Taylor Otwell
2013-04-08 11:16:11 -05:00
parent 3b601fee4a
commit c9d0090f72

View File

@@ -50,7 +50,7 @@ Route::filter('auth.basic', function()
|--------------------------------------------------------------------------
|
| The "guest" filter is the counterpart of the authentication filters as
| it simply checks the that current user is not logged in. A redirect
| it simply checks that the current user is not logged in. A redirect
| response will be issued if they are, which you may freely change.
|
*/