diff --git a/docs/content/4.API/1.composables.md b/docs/content/4.API/1.composables.md index 15d561706..9f8dfb1c8 100644 --- a/docs/content/4.API/1.composables.md +++ b/docs/content/4.API/1.composables.md @@ -4,9 +4,9 @@ Composition API for Nuxt i18n module. ## `useLocalePath` -The `useLocalePath` composable returns function that resolve the locale path. `useLocalePath` is powered by [vue-i18n-routing](https://github.com/intlify/routing/tree/main/packages/vue-i18n-routing). +The `useLocalePath` composable returns a function that resolves a path according to the current locale. `useLocalePath` is powered by [vue-i18n-routing](https://github.com/intlify/routing/tree/main/packages/vue-i18n-routing). -example: +Example: ```vue