docs(theming.md): fix spelling and grammar errors (#404)

pull/406/head
Kevin 3 years ago committed by GitHub
parent 59a0c01710
commit c05079d09b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,7 +31,7 @@ interface EnhanceAppContext {
} }
``` ```
The theme entry file shoud export the theme as its default export: The theme entry file should export the theme as its default export:
```js ```js
// .vitepress/theme/index.js // .vitepress/theme/index.js
@ -47,7 +47,7 @@ export default {
} }
``` ```
...where the `Layout` component could like this: ...where the `Layout` component could look like this:
```vue ```vue
<!-- .vitepress/theme/Layout.vue --> <!-- .vitepress/theme/Layout.vue -->

Loading…
Cancel
Save