From fd3517cb95f33e3cef9be92b1052728599074976 Mon Sep 17 00:00:00 2001 From: Kia King Ishii Date: Tue, 17 Nov 2020 15:29:07 +0900 Subject: [PATCH] dcos: fix typo Co-authored-by: Christopher Shank --- docs/src/guide/customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/guide/customization.md b/docs/src/guide/customization.md index 69db232f..6406d6be 100644 --- a/docs/src/guide/customization.md +++ b/docs/src/guide/customization.md @@ -5,7 +5,7 @@ You can develop your custom theme by adding the `.vitepress/theme/index.js` file ```bash . ├─ docs -│ ├─ .vuepress +│ ├─ .vitepress │ │ ├─ theme │ │ │ └─ index.js │ │ └─ config.js