From 3579883058382e3dce89abbdf7f2effe824379ad Mon Sep 17 00:00:00 2001 From: Yvan Zhu Date: Fri, 26 Aug 2022 17:55:45 +0800 Subject: [PATCH] docs: fix typo (#1241) --- docs/guide/theme-introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/theme-introduction.md b/docs/guide/theme-introduction.md index 86d3a3fc..17d8a0b0 100644 --- a/docs/guide/theme-introduction.md +++ b/docs/guide/theme-introduction.md @@ -31,7 +31,7 @@ You can enable a custom theme by adding the `.vitepress/theme/index.js` or `.vit └─ package.json ``` -A VitePress custom theme is simply an object containing three properties and is defined as follows: +A VitePress custom theme is simply an object containing four properties and is defined as follows: ```ts interface Theme {