docs: spell error (#326)

pull/329/head
FangYing 3 years ago committed by GitHub
parent 3cec536c1f
commit d971dd9996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -117,7 +117,7 @@ The default theme's `<Layout/>` 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,

Loading…
Cancel
Save