From 768dc05538bbe08854a407d92c378196f6af433d Mon Sep 17 00:00:00 2001 From: vicsantizo <68677648+vicsantizo@users.noreply.github.com> Date: Sun, 18 Jun 2023 22:50:49 -0600 Subject: [PATCH] fix(typo): add missing comma --- docs/02-app/01-building-your-application/01-routing/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-app/01-building-your-application/01-routing/index.mdx b/docs/02-app/01-building-your-application/01-routing/index.mdx index 8859c0ccbc6bb..555a97240d256 100644 --- a/docs/02-app/01-building-your-application/01-routing/index.mdx +++ b/docs/02-app/01-building-your-application/01-routing/index.mdx @@ -132,7 +132,7 @@ In a nested route, the components of a segment will be nested **inside** the com ## Colocation -In addition to special files, you have the option to colocate your own files (e.g. components, styles, tests etc) inside folders in the `app` directory. +In addition to special files, you have the option to colocate your own files (e.g. components, styles, tests, etc) inside folders in the `app` directory. This is because while folders define routes, only the contents returned by `page.js` or `route.js` are publically addressable.