diff --git a/docs/react/use-with-create-react-app.en-US.md b/docs/react/use-with-create-react-app.en-US.md index 6952c3685e..3c8dd5b708 100644 --- a/docs/react/use-with-create-react-app.en-US.md +++ b/docs/react/use-with-create-react-app.en-US.md @@ -96,8 +96,8 @@ Ok, you now see a blue primary button displaying in page now, next you can choos ## Advanced Guides -We are successd to run antd components now, but in the real world, there are still lots of problems about antd-demo. -For instance, we actully import all components in the project which will be a serious network perfermance issue. +We are successfully running antd components now; but in the real world, there are still lots of problems about antd-demo. +For instance, we actually import all components in the project which will cause a serious network perfermance issue. > You will see a warning in your browser console. > ![](https://zos.alipayobjects.com/rmsportal/vgcHJRVZFmPjAawwVoXK.png)