From 5514bcd069b3944bddc4508ea5e43f25b2141573 Mon Sep 17 00:00:00 2001 From: sheriffderek Date: Tue, 10 Oct 2023 08:16:32 -0700 Subject: [PATCH] docs: reword local module info (#23557) --- docs/2.guide/2.directory-structure/1.modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/