From 2fc6ede86b80c3369bc630fc4b18ed10f6d17ca1 Mon Sep 17 00:00:00 2001 From: centaur1 Date: Mon, 15 Aug 2016 16:23:15 -0400 Subject: [PATCH] Fixed spelling error --- jsx/other/GenerateAccountModalButton.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jsx/other/GenerateAccountModalButton.js b/jsx/other/GenerateAccountModalButton.js index c7ddb00..cfc6af8 100644 --- a/jsx/other/GenerateAccountModalButton.js +++ b/jsx/other/GenerateAccountModalButton.js @@ -79,7 +79,7 @@ module.exports = GenerateAccountModalButton = React.createClass({ ) }else{ showAvailable = ( -

{this.state.username + " is allready taken"}

+

{this.state.username + " is already taken"}

) } @@ -117,4 +117,4 @@ module.exports = GenerateAccountModalButton = React.createClass({ ); } -}); \ No newline at end of file +});