Skip to content

Commit 9044f14

Browse files
committed
docs: tweak zh/guide/typescript-as-config.md
1 parent df1fc26 commit 9044f14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: packages/docs/docs/zh/guide/typescript-as-config.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ export default defineConfig({
105105

106106
默认情况下,只有官方维护和 [VuePress 社区](https://vuepress-community.netlify.app/en/) 下的插件支持快捷方式,请随时提交拉取请求,以在此[文件](https://github.com/vuejs/vuepress/blob/master/packages/@vuepress/types/lib/third-party-plugins.ts)中添加您的插件。
107107

108-
## ISO语言代码
108+
## ISO 语言代码
109109

110-
类型推断支持 [i18n](http://localhost:8080/guide/i18n.html)[ISO语言代码](http://www.lingoes.net/en/translator/langcode.htm)
110+
类型推断支持 [i18n](http://localhost:8080/guide/i18n.html)[ISO 语言代码](http://www.lingoes.net/en/translator/langcode.htm)
111111

112112
![](/assets/1.9-lang.png)
113113

114-
## 上下文API
114+
## 上下文 API
115115

116116
VuePress 的配置也可以是一个函数,它的第一个参数是当前的 [APP 上下文](../plugin/context-api.md#context-api):
117117

0 commit comments

Comments
 (0)