diff --git a/docs/react/faq.zh-CN.md b/docs/react/faq.zh-CN.md index 06b773109a..a047578613 100644 --- a/docs/react/faq.zh-CN.md +++ b/docs/react/faq.zh-CN.md @@ -49,7 +49,7 @@ https://ant.design/components/select/#Select-props ```jsx import Menu from 'antd/lib/menu'; -import 'antd/lib/button/style/css'; +import 'antd/lib/menu/style/css'; ``` 或者(ES6 支持的 tree shaking 方式):