diff --git a/AUTHORS.txt b/AUTHORS.txt index 3f670e87a6..b311c53818 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -190,6 +190,7 @@ Gray Choi Guan Hao Guan Yu Pan (Jacky) Guichi Zhao +Hami Abdi HJin.me Hai Phan Nguyen Haibin Yu diff --git a/components/form/demo/inline-login.md b/components/form/demo/inline-login.md index bf8a1f4f72..4f042dd51e 100644 --- a/components/form/demo/inline-login.md +++ b/components/form/demo/inline-login.md @@ -22,7 +22,7 @@ function hasErrors(fieldsError) { class HorizontalLoginForm extends React.Component { componentDidMount() { - // To disabled submit button at the beginning. + // To disable submit button at the beginning. this.props.form.validateFields(); }