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 {