Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 17, 2015
1 parent 58aa8a6 commit d44cb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Auth/BaseAuthenticate.php
Expand Up @@ -220,7 +220,7 @@ public function unauthenticated(Request $request, Response $response)
*
* - `Auth.afterIdentify` - Fired after a user has been identified using one of
* configured authenticate class. The callback function should have signature
* like `afterIndentify(Event $event, array $user)` when `$user` is the
* like `afterIdentify(Event $event, array $user)` when `$user` is the
* identified user record.
*
* - `Auth.logout` - Fired when AuthComponent::logout() is called. The callback
Expand Down

0 comments on commit d44cb7a

Please sign in to comment.