diff --git a/docs/config/app-configs.md b/docs/config/app-configs.md index 4363c127..21f4c112 100644 --- a/docs/config/app-configs.md +++ b/docs/config/app-configs.md @@ -120,7 +120,7 @@ export default { - Type: `MarkdownOption` -Configre Markdown parser options. VitePress uses [Markdown-it](https://github.com/markdown-it/markdown-it) as the parser, and [Shiki](https://shiki.matsu.io/) to highlight language syntax. Inside this option, you may pass various Markdown related options to fit your needs. +Configure Markdown parser options. VitePress uses [Markdown-it](https://github.com/markdown-it/markdown-it) as the parser, and [Shiki](https://shiki.matsu.io/) to highlight language syntax. Inside this option, you may pass various Markdown related options to fit your needs. ```js export default {