diff --git a/docs/guide/configuration.md b/docs/guide/configuration.md index 17a894291d83..85617686522e 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 = {