diff --git a/docs/content/2.guide/9.lang-switcher.md b/docs/content/2.guide/9.lang-switcher.md index 1c0ac2371..e7b0df172 100644 --- a/docs/content/2.guide/9.lang-switcher.md +++ b/docs/content/2.guide/9.lang-switcher.md @@ -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.