Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix typo in `forgotPasswordSubmit`
  • Loading branch information
Quinten Powell committed Aug 6, 2019
1 parent 0b58954 commit f42014c
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 @@ -103,7 +103,7 @@ Amplify auth object. The service provides access to the following Amplify/auth m
* `confirmSignUp(username, code, options)`
* `resendSignUp(username)`
* `forgotPassword(username)`
* `forgotpasswordSubmit(username, code, newPassword)`
* `forgotPasswordSubmit(username, code, newPassword)`

It also provides a helper to quickly access the current user's Cognito ID token:

Expand Down

0 comments on commit f42014c

Please sign in to comment.