Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 59cefba

Browse files
dbkrjryans
andauthored
Typo
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
1 parent 34990d1 commit 59cefba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/auth/RegistrationForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ module.exports = React.createClass({
151151
continue;
152152
}
153153
// We must wait for these validations to finish before queueing
154-
// up the setState below so our setState gies in the queue after
154+
// up the setState below so our setState goes in the queue after
155155
// all the setStates from these validate calls (that's how we
156156
// know they've finished).
157157
await field.validate({ allowEmpty: false });

0 commit comments

Comments
 (0)