diff --git a/docs/2.guide/2.directory-structure/1.modules.md b/docs/2.guide/2.directory-structure/1.modules.md index a7845a45f7..d2b781604c 100644 --- a/docs/2.guide/2.directory-structure/1.modules.md +++ b/docs/2.guide/2.directory-structure/1.modules.md @@ -48,7 +48,7 @@ export default defineEventHandler(() => { When starting Nuxt, the `hello` module will be registered and the `/api/hello` route will be available. -The local modules are registered by alphabetical order. You can change the order by prefixing with a number if front of each directory: +Local modules are registered in alphabetical order. You can change the order by adding a number to the front of each directory name: ```md modules/