Skip to content

Commit

Permalink
docs(guide): remove duplicate backticks (#463)
Browse files Browse the repository at this point in the history
remove duplicate backticks in code sample of theming
  • Loading branch information
danimajo authored Dec 12, 2021
1 parent 7d94f40 commit 621d37a
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 @@ -42,7 +42,7 @@ export default {
NotFound: () => 'custom 404', // <- this is a Vue 3 functional component
enhanceApp({ app, router, siteData }) {
// app is the Vue 3 app instance from `createApp()`. router is VitePress'
// custom router. `siteData`` is a `ref`` of current site-level metadata.
// custom router. `siteData` is a `ref` of current site-level metadata.
}
}
```
Expand Down

0 comments on commit 621d37a

Please sign in to comment.