Skip to content

Commit

Permalink
Fixed spelling in beforeAuthenticate description
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendonPark committed Mar 23, 2016
1 parent ab1b7c0 commit baa323c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ You may look up a user by their login name using the `Auth::findUserByLogin` met

This plugin will fire some global events that can be useful for interacting with other plugins.

- **rainlab.user.beforeAuthenticate**: Before the user is attempting to authenticate using hte Account component.
- **rainlab.user.beforeAuthenticate**: Before the user is attempting to authenticate using the Account component.
- **rainlab.user.login**: The user has successfully signed in.
- **rainlab.user.deactivate**: The user has opted-out of the site by deactivating their account. This should be used to disable any content the user may want removed.
- **rainlab.user.reactivate**: The user has reactivated their own account by signing back in. This should revive the users content on the site.
Expand Down

0 comments on commit baa323c

Please sign in to comment.