From d971dd9996f254c800de06637515d88964779043 Mon Sep 17 00:00:00 2001 From: FangYing Date: Tue, 29 Jun 2021 19:28:36 +0800 Subject: [PATCH] docs: spell error (#326) --- docs/guide/theming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,