From 43658ade36c2cbf7dbeb57cd719a2644c7722f2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rard=20Mathiuet?= Date: Mon, 15 Jan 2024 02:25:51 +0100 Subject: [PATCH] fix: typo in dynamic params usage (#2648) * fix: typo in dynamic params usage * revert: remove newline at end of file --- docs/content/2.guide/9.lang-switcher.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.