chore: small typo to form / Form.tsx (#2576)

This commit is contained in:
Marius Ileana 2016-08-02 04:24:15 +03:00 committed by Benjy Cui
parent aa10729d1e
commit 40498e7f01

View File

@ -23,7 +23,7 @@ export default class Form extends React.Component {
constructor(props) {
super(props);
warning(!props.form, 'It is unnessary to pass `form` to `Form` after antd@1.7.0.');
warning(!props.form, 'It is unnecessary to pass `form` to `Form` after antd@1.7.0.');
}
shouldComponentUpdate(...args) {