Skip to content

Commit 00190aa

Browse files
authored
docs: wrong description for Parse.User.requestEmailVerification method (#1485)
1 parent 3d39708 commit 00190aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ParseUser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ class ParseUser extends ParseObject {
779779
* Request an email verification.
780780
*
781781
* @param {string} email The email address associated with the user that
782-
* forgot their password.
782+
* needs to verify their email.
783783
* @param {object} options
784784
* @static
785785
* @returns {Promise}

0 commit comments

Comments
 (0)