diff --git a/components/form/index.en-US.md b/components/form/index.en-US.md index 8caf8c098624..df186985c4b7 100644 --- a/components/form/index.en-US.md +++ b/components/form/index.en-US.md @@ -47,7 +47,7 @@ A form consists of one or more form fields whose type includes input, textarea, ### Form.create(options) -How to useļ¼š +How to use: ```jsx class CustomizedForm extends React.Component {}