diff --git a/docs/guide/theming.md b/docs/guide/theming.md index f3be70d1..7f9fdcfc 100644 --- a/docs/guide/theming.md +++ b/docs/guide/theming.md @@ -117,7 +117,7 @@ The default theme's `` component has a few slots that can be used to in ```js // .vitepress/theme/index.js import DefaultTheme from 'vitepress/theme' -import MyLayout fro './MyLayout.vue' +import MyLayout from './MyLayout.vue' export default { ...DefaultTheme,