Skip to content

Commit 52a0c8b

Browse files
committed
Rename requestEmailVerfiyInBackground to requestEmailVerfiy
1 parent ee1eff1 commit 52a0c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/av.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7222,7 +7222,7 @@
72227222
* doesn't verify their email address.
72237223
* @param {Object} options A Backbone-style options object.
72247224
*/
7225-
requestEmailVerfiyInBackground: function(email, options) {
7225+
requestEmailVerfiy: function(email, options) {
72267226
var json = { email: email };
72277227
var request = AV._request("requestEmailVerify", null, null, "POST",
72287228
json);

0 commit comments

Comments
 (0)