diff --git a/docs/content/en/lang-switcher.md b/docs/content/en/lang-switcher.md index 7fd096c74..6ba9b4522 100644 --- a/docs/content/en/lang-switcher.md +++ b/docs/content/en/lang-switcher.md @@ -71,7 +71,7 @@ Make sure that Vuex [is enabled](https://nuxtjs.org/guides/directory-structure/s To provide dynamic parameters translations, dispatch the `i18n/setRouteParams` mutation as early as possible when loading a page. The passed in object must contain the mappings from the locale `code` to an object with a mapping from slug name to expected slug value for given locale. -An example: +An example (replace `postId` with the appropriate route parameter): ```vue