Browse Source

Fix typo.

Mark Story 10 years ago
parent
commit
d44cb7a780
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Auth/BaseAuthenticate.php

+ 1 - 1
src/Auth/BaseAuthenticate.php

@@ -220,7 +220,7 @@ abstract class BaseAuthenticate implements EventListenerInterface
      *
      * - `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