diff --git a/docs/react/practical-projects.en-US.md b/docs/react/practical-projects.en-US.md index 341667bd377a..a7f412f38b0e 100644 --- a/docs/react/practical-projects.en-US.md +++ b/docs/react/practical-projects.en-US.md @@ -1,6 +1,6 @@ --- order: 3 -title: Real world Example with dva +title: Real project with dva --- [dva](https://github.com/dvajs/dva) is a React and redux based, lightweight and elm-style framework, which supports side effects, hot module replacement, dynamic on demand, react-native, SSR. And it has been widely used in production environment. 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 89f1e3c99fee..c42cc368750e 100644 --- a/docs/react/use-with-create-react-app.en-US.md +++ b/docs/react/use-with-create-react-app.en-US.md @@ -1,6 +1,6 @@ --- order: 4 -title: Use with create-react-app +title: Use in create-react-app --- [create-react-app](https://github.com/facebookincubator/create-react-app) is one of best React application development tool, we are going to use `antd` within it and modify the webpack config for some customized needs.