Browse Source

docs: fix ConfigProvider doc typo (#29776)

pull/29781/head
杨兴洲 4 years ago
committed by GitHub
parent
commit
d775fb830d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/config-provider/index.en-US.md
  2. 2
      components/config-provider/index.zh-CN.md

2
components/config-provider/index.en-US.md

@ -57,7 +57,7 @@ Some components use dynamic style to support wave effect. You can config `csp` p
### ConfigProvider.config() `4.13.0+`
setting `Modal`、`messge`、`Notification` rootPrefixCls
setting `Modal`、`message`、`Notification` rootPrefixCls
```jsx
ConfigProvider.config({

2
components/config-provider/index.zh-CN.md

@ -58,7 +58,7 @@ export default () => (
### ConfigProvider.config() `4.13.0+`
设置 `Modal`、`messge`、`Notification` rootPrefixCls
设置 `Modal`、`message`、`Notification` rootPrefixCls
```jsx
ConfigProvider.config({

Loading…
Cancel
Save