srhyne / jQuery-Parse

An AJAX wrapper for the Parse.com REST API
212 stars 31 forks source link

requestPasswordReset spelled incorrectly in the README example. #18

Closed aaronfrey closed 10 years ago

aaronfrey commented 10 years ago

The example reads $.parse.requstPasswordReset('testy@test.com', optionalCallback, optionalErrorCallback); where it should read $.parse.requestPasswordReset('testy@test.com', optionalCallback, optionalErrorCallback); I realize I may be the only idiot who copies directly from documentation, but maybe that will save someone else some time.

srhyne commented 10 years ago

@aaronfrey fixed ;-) Let me know if you find any more. Be well!