From 7b3d1ad08d912afeac7c6a3795760598315b59af Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 11 Jun 2019 10:29:00 +0100 Subject: [PATCH] Typo --- src/components/structures/auth/ForgotPassword.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/auth/ForgotPassword.js b/src/components/structures/auth/ForgotPassword.js index 8ab1da84c5..a5ffc9f008 100644 --- a/src/components/structures/auth/ForgotPassword.js +++ b/src/components/structures/auth/ForgotPassword.js @@ -122,7 +122,7 @@ module.exports = React.createClass({ onSubmitForm: async function(ev) { ev.preventDefault(); - // refresh the server errors, just in case the server cam back online + // refresh the server errors, just in case the server came back online await this._checkServerLiveliness(this.props.serverConfig); if (!this.state.email) {