From 5fa0652af2ab0ea5d18cd364a4110b9c5967ecb0 Mon Sep 17 00:00:00 2001 From: ko Date: Wed, 12 Apr 2017 00:38:45 -0700 Subject: [PATCH] Minor spelling and grammar changes. --- docs/react/use-with-create-react-app.en-US.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)