From 52a9d15feedbc1d4f759454bccf8103c7a660591 Mon Sep 17 00:00:00 2001 From: MoChenYa <2827075398@qq.com> Date: Thu, 12 Dec 2024 12:22:29 +0800 Subject: [PATCH] docs: fix text typo (#375) --- docs/notes/theme/guide/项目结构.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notes/theme/guide/项目结构.md b/docs/notes/theme/guide/项目结构.md index 155e9768..611f2208 100644 --- a/docs/notes/theme/guide/项目结构.md +++ b/docs/notes/theme/guide/项目结构.md @@ -16,7 +16,7 @@ permalink: /guide/project-structure/ - .vuepress \# vuepress 配置文件夹 - public/ \# 静态资源目录 - client.ts \# 客户端配置 (可选) - - config.ts \# vuepress 配值 + - config.ts \# vuepress 配置 - navbar.ts \# 导航栏配置 (可选) - notes.ts \# notes 配置 (可选) - plume.config.ts \# 主题配置文件 (可选)