Skip to content

Commit

Permalink
docs: spell error (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
airene authored Jun 29, 2021
1 parent 3cec536 commit d971dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d971dd9

Please sign in to comment.