Comment typos

This commit is contained in:
David Baker 2017-03-22 12:00:16 +00:00
parent d5f7b3983b
commit 6a37fc4325
2 changed files with 4 additions and 3 deletions

View file

@ -387,7 +387,7 @@ module.exports = React.createClass({
const QuestionDialog = sdk.getComponent("dialogs.QuestionDialog");
this._addThreepid = new AddThreepid();
// we always phone numbers when registering, so let's do the
// we always bind phone numbers when registering, so let's do the
// same here.
this._addThreepid.addMsisdn(this.state.phoneCountry, this.state.phoneNumber, true).then((resp) => {
this._promptForMsisdnVerificationCode(resp.msisdn);