diff --git a/docs/content/2.guide/6.going-further/3.modules.md b/docs/content/2.guide/6.going-further/3.modules.md index 4ae9cc05a4..ed63c69aa4 100644 --- a/docs/content/2.guide/6.going-further/3.modules.md +++ b/docs/content/2.guide/6.going-further/3.modules.md @@ -127,7 +127,7 @@ Be careful that `nuxi dev` waits for your module setup before going to the next Nuxt Modules should provide an explicit prefix for any exposed configuration, plugin, API, composable, or component to avoid conflict with other modules and internals. -Ideally you should prefix them with your module name (If your module is called `nuxt-foo`, expose `` and `useFooBar()` and **not** `` and `useBar()`) +Ideally, you should prefix them with your module's name (e.g. if your module is called `nuxt-foo`, expose `` and `useFooBar()` and **not** `