Browse Source

corrected the typographical error of word 'case' to 'care' (#19290)

fix typo
pull/19296/head
Olaniyi Philip Ojeyinka 5 years ago
committed by Amumu
parent
commit
59ec7f3b8f
  1. 2
      docs/react/use-with-create-react-app.en-US.md

2
docs/react/use-with-create-react-app.en-US.md

@ -88,7 +88,7 @@ Ok, you should now see a blue primary button displayed on the page. Next you can
## Advanced Guides
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 styles of all components in the project which may be a css bundle size issue (It is OK then if you don't case the gzipped 60kb css file size).
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 styles of all components in the project which may be a css bundle size issue (It is OK then if you don't care the gzipped 60kb css file size).
Now we need to customize the default webpack config. We can achieve that by using [react-app-rewired](https://github.com/timarney/react-app-rewired) which is one of create-react-app's custom config solutions.

Loading…
Cancel
Save