Browse Source

fix: fix overview page configProvider undefined

DaiQiangReal 3 years ago
parent
commit
35365f6ed9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      content/other/configprovider/index.md

+ 2 - 2
content/other/configprovider/index.md

@@ -2,7 +2,7 @@
 localeCode: zh-CN
 order: 68
 category: 其他
-title:  Configprovider 全局配置
+title:  ConfigProvider 全局配置
 icon: doc-configprovider
 dir: column
 brief: 为组件提供统一的全局化配置。
@@ -415,4 +415,4 @@ const SemiWebpackPlugin = require('@douyinfe/semi-webpack-plugin');
 module.exports = {
 +    plugins: [new SemiWebpackPlugin({ prefixCls: 'imes' })],
 }
-```
+```