Skip to content

Commit 3579883

Browse files
authored
docs: fix typo (#1241)
1 parent d700a66 commit 3579883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/theme-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can enable a custom theme by adding the `.vitepress/theme/index.js` or `.vit
3131
└─ package.json
3232
```
3333

34-
A VitePress custom theme is simply an object containing three properties and is defined as follows:
34+
A VitePress custom theme is simply an object containing four properties and is defined as follows:
3535

3636
```ts
3737
interface Theme {

0 commit comments

Comments
 (0)