docs: fix text typo (#375)

This commit is contained in:
MoChenYa 2024-12-12 12:22:29 +08:00 committed by GitHub
parent d298c2a60f
commit 52a9d15fee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 \# 主题配置文件 (可选)