From 2d6a313871562733040805de630abe6547d5c576 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 13 May 2019 14:24:56 +0100 Subject: [PATCH] Typo Co-Authored-By: J. Ryan Stinnett --- src/components/views/auth/RegistrationForm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/auth/RegistrationForm.js b/src/components/views/auth/RegistrationForm.js index bef0b9e019..654387e196 100644 --- a/src/components/views/auth/RegistrationForm.js +++ b/src/components/views/auth/RegistrationForm.js @@ -151,7 +151,7 @@ module.exports = React.createClass({ continue; } // We must wait for these validations to finish before queueing - // up the setState below so our setState gies in the queue after + // up the setState below so our setState goes in the queue after // all the setStates from these validate calls (that's how we // know they've finished). await field.validate({ allowEmpty: false });