Update proposals/2078-homeserver-password-resets.md

Co-Authored-By: Hubert Chathi <hubert@uhoreg.ca>
This commit is contained in:
Andrew Morgan 2019-06-05 15:58:14 +01:00 committed by GitHub
parent 6bb48723e8
commit 395acf8e06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ of sending password reset tokens themselves.
## Proposal
Currently when a client requests a password reset, they make a call to either
Currently when a client requests a password reset, it makes a call to either
[/_matrix/client/r0/account/password/email/requestToken](https://matrix.org/docs/spec/client_server/r0.4.0.html#post-matrix-client-r0-account-password-email-requesttoken)
or
[/_matrix/client/r0/account/password/msisdn/requestToken](https://matrix.org/docs/spec/client_server/r0.4.0.html#post-matrix-client-r0-account-password-msisdn-requesttoken).