Skip to content

Commit

Permalink
fix: typo in dynamic params usage (#2648)
Browse files Browse the repository at this point in the history
* fix: typo in dynamic params usage

* revert: remove newline at end of file
  • Loading branch information
scherii committed Jan 15, 2024
1 parent 69eab90 commit 43658ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.guide/9.lang-switcher.md
Expand Up @@ -248,7 +248,7 @@ Dynamic route params using `nuxtI18n` on `definePageMeta` has been deprecated an
::
Dynamic params can be configured uding `definePageMeta`. These will be merged with route params when generating lang switch routes with `switchLocalePath()`.
Dynamic params can be configured using `definePageMeta`. These will be merged with route params when generating lang switch routes with `switchLocalePath()`.
::alert{type="warning"}
You have to set the `dynamicRouteParams` option to `true` in **Nuxt i18n module**'s options to enable dynamic route parameters.
Expand Down

0 comments on commit 43658ad

Please sign in to comment.