浏览代码

fix: fix overview page configProvider undefined

DaiQiangReal 3 年之前
父节点
当前提交
35365f6ed9
共有 1 个文件被更改,包括 2 次插入2 次删除
  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' })],
 }
-```
+```