Skip to content

Commit ae2be6c

Browse files
committed
Merge pull request #1416 from mbonneau/master
Corrected typo in user_manager.md
2 parents a331543 + 3530753 commit ae2be6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/user_manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The user manager has a few methods to find users based on the unique fields
5050
users.
5151

5252
- findUserByUsername($username)
53-
- findUserByEmail($username)
53+
- findUserByEmail($email)
5454
- findUserByUsernameOrEmail($value) (check if the value looks like an email to choose)
5555
- findUserByConfirmationToken($token)
5656
- findUsers()

0 commit comments

Comments
 (0)