diff --git a/docs/02-app/01-building-your-application/01-routing/12-colocation.mdx b/docs/02-app/01-building-your-application/01-routing/12-colocation.mdx index 6b0676fffe199..67500ffc3eeca 100644 --- a/docs/02-app/01-building-your-application/01-routing/12-colocation.mdx +++ b/docs/02-app/01-building-your-application/01-routing/12-colocation.mdx @@ -137,7 +137,7 @@ import { Button } from '@/components/button' ## Project organization strategies -There is no "right" or "wrong" way when it comes to organizing your own files and folders in Next.js a project. +There is no "right" or "wrong" way when it comes to organizing your own files and folders in a Next.js project. The following section lists a very high-level overview of common strategies. The simplest takeaway is to choose a strategy that works for you and your team and be consistent across the project.