From 2110f3bb6bb9d14c05b4aa70bd2e9fc8de20cbeb 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 17:50:47 +0800 Subject: [PATCH] docs: fix typo --- 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 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 = {