diff --git a/components/locale-provider/index.md b/components/locale-provider/index.md index 4cbdcb6091..655d3f84fc 100644 --- a/components/locale-provider/index.md +++ b/components/locale-provider/index.md @@ -24,7 +24,7 @@ return ; ### Add a language -We supply an English locale package by now. Other language users can custumize your locale package as [en_US](https://github.com/ant-design/ant-design/blob/26b1f37392a278285aec6c573b99c6feea09e218/components/locale-provider/en_US.js) and ask a pull request to us. +We supply an English locale package. Other language users can create a locale package based on [en_US](https://github.com/ant-design/ant-design/blob/26b1f37392a278285aec6c573b99c6feea09e218/components/locale-provider/en_US.js) and send us a pull request. ### 其他国际化需求 diff --git a/docs/react/install_en.md b/docs/react/install_en.md index 7dc0c54ec4..8df090e974 100644 --- a/docs/react/install_en.md +++ b/docs/react/install_en.md @@ -1,6 +1,6 @@ ## Using npm to install -**We recommend use npm to install**,Not only it makes development easier,also you can take advantage of the whole ecosystem. +**We recommend using npm to install**,it not only makes development easier,but you can also take advantage of the whole ecosystem. If using npm to install, you could use `import` or `require`.