We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
zh/guide/typescript-as-config.md
1 parent df1fc26 commit 9044f14Copy full SHA for 9044f14
packages/docs/docs/zh/guide/typescript-as-config.md
@@ -105,13 +105,13 @@ export default defineConfig({
105
106
默认情况下,只有官方维护和 [VuePress 社区](https://vuepress-community.netlify.app/en/) 下的插件支持快捷方式,请随时提交拉取请求,以在此[文件](https://github.com/vuejs/vuepress/blob/master/packages/@vuepress/types/lib/third-party-plugins.ts)中添加您的插件。
107
108
-## ISO语言代码
+## ISO 语言代码
109
110
-类型推断支持 [i18n](http://localhost:8080/guide/i18n.html) 的 [ISO语言代码](http://www.lingoes.net/en/translator/langcode.htm) 。
+类型推断支持 [i18n](http://localhost:8080/guide/i18n.html) 的 [ISO 语言代码](http://www.lingoes.net/en/translator/langcode.htm) 。
111
112

113
114
-## 上下文API
+## 上下文 API
115
116
VuePress 的配置也可以是一个函数,它的第一个参数是当前的 [APP 上下文](../plugin/context-api.md#context-api):
117
0 commit comments