Skip to content

Commit

Permalink
docs: fix defin typo (#2575)
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kucheriavyi authored Nov 25, 2023
1 parent ca4d7cf commit 0e26b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.guide/9.lang-switcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Note that for the special case of a catch-all route named like `[...pathMatch.vu

```vue
<script>
definPageMeta({
definePageMeta({
// ...
nuxtI18n: {
en: { pathMatch: ['not-found-my-post'] },
Expand Down

0 comments on commit 0e26b0e

Please sign in to comment.