diff --git a/packages/docs/docs/zh/theme/default-theme-config.md b/packages/docs/docs/zh/theme/default-theme-config.md index b8e167b796..49284d2aff 100644 --- a/packages/docs/docs/zh/theme/default-theme-config.md +++ b/packages/docs/docs/zh/theme/default-theme-config.md @@ -449,7 +449,7 @@ next: false ## Git 仓库和编辑链接 -当你提供了 `themeConfig.repo` 选项,将会自动在每个页面的导航栏生成生成一个 GitHub 链接,以及在页面的底部生成一个 `"Edit this page"` 链接。 +当你提供了 `themeConfig.repo` 选项,将会自动在每个页面的导航栏生成一个 GitHub 链接,以及在页面的底部生成一个 `"Edit this page"` 链接。 ``` js // .vuepress/config.js