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 2585ce2c2a4c9..690af8e3b1649 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
@@ -24,20 +24,20 @@ In the `app` directory, [nested folder hierarchy](/docs/app/building-your-applic
Each folder represents a route segment that is mapped to a corresponding segment in a URL path.
-However, even though route structure is defined through folders, a route is **not publically accessible** until a `page.js` or `route.js` file is added to a route segment.
+However, even though route structure is defined through folders, a route is **not publicly accessible** until a `page.js` or `route.js` file is added to a route segment.
-And, even when a route is made publically accessible, only the **content returned** by `page.js` or `route.js` is sent to the client.
+And, even when a route is made publicly accessible, only the **content returned** by `page.js` or `route.js` is sent to the client.