Skip to content

Commit

Permalink
Update README.md (#712)
Browse files Browse the repository at this point in the history
Fix typo

Signed-off-by: Esteban Dalel R <[email protected]>
  • Loading branch information
Esteban Dalel R authored Mar 18, 2024
1 parent c0b3f7a commit 4d3ccb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/app/routes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ typically stored in a file; be careful to group your routes logically,
e.g. all `/users` routes in a `users.js` file. We have added
a `root.js` file for you with a '/' root added.

If a single file become too large, create a folder and add a `index.js` file there:
If a single file becomes too large, create a folder and add a `index.js` file there:
this file must be a Fastify plugin, and it will be loaded automatically
by the application. You can now add as many files as you want inside that folder.
In this way you can create complex routes within a single monolith,
Expand Down

0 comments on commit 4d3ccb2

Please sign in to comment.