From fdc7a50c5e9b1c17b031788a36676c850ca5115b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E6=B8=B8=E5=90=9B?= Date: Tue, 24 Nov 2020 18:12:38 +0800 Subject: [PATCH] docs: fix typo (#144) --- docs/guide/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {