Browse Source

Typo/grammar change (#5117)

pull/5090/head
Yogesh 8 years ago
committed by Wei Zhu
parent
commit
0675acc3ef
  1. 2
      components/form/demo/register.md

2
components/form/demo/register.md

@ -200,7 +200,7 @@ class RegistrationForm extends React.Component {
{getFieldDecorator('agreement', {
valuePropName: 'checked',
})(
<Checkbox>I had read the <a>agreement</a></Checkbox>
<Checkbox>I have read the <a>agreement</a></Checkbox>
)}
</FormItem>
<FormItem {...tailFormItemLayout}>

Loading…
Cancel
Save