From 345ed04ba9e362d56600776b9bc4595a2ffe2354 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 7 Jul 2016 13:03:27 +0100 Subject: [PATCH] Less enetering --- src/components/structures/login/Registration.js | 2 +- src/components/views/login/RegistrationForm.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/structures/login/Registration.js b/src/components/structures/login/Registration.js index 5126965407..423d62933f 100644 --- a/src/components/structures/login/Registration.js +++ b/src/components/structures/login/Registration.js @@ -58,7 +58,7 @@ module.exports = React.createClass({ // the registration form will be unmounted during the // course of registration, but if there's an error we // want to bring back the registration form with the - // values the user enetered still in it. We can keep + // values the user entered still in it. We can keep // them in this component's state since this component // persist for the duration of the registration process. formVals: { diff --git a/src/components/views/login/RegistrationForm.js b/src/components/views/login/RegistrationForm.js index ad3526c598..39c1acc625 100644 --- a/src/components/views/login/RegistrationForm.js +++ b/src/components/views/login/RegistrationForm.js @@ -40,8 +40,8 @@ module.exports = React.createClass({ defaultUsername: React.PropTypes.string, defaultPassword: React.PropTypes.string, - // A username that will be used if no username is enetered. - // Specifying this param will also warn the user that enetering + // A username that will be used if no username is entered. + // Specifying this param will also warn the user that entering // a different username will cause a fresh account to be generated. guestUsername: React.PropTypes.string,