diff --git a/docs/guide/configuration.md b/docs/guide/configuration.md index 17a89429..85617686 100644 --- a/docs/guide/configuration.md +++ b/docs/guide/configuration.md @@ -11,7 +11,7 @@ Without any configuration, the page is pretty minimal, and the user has no way t └─ package.json ```` -The essential file for configuring a VitePress site is `.vuepress/config.js`, which should export a JavaScript object: +The essential file for configuring a VitePress site is `.vitepress/config.js`, which should export a JavaScript object: ```js module.exports = {