diff --git a/packages/docs/src/routes/docs/(qwikcity)/advanced/routing/index.mdx b/packages/docs/src/routes/docs/(qwikcity)/advanced/routing/index.mdx index ab4e0ee7f6c..eba4e5aebd3 100644 --- a/packages/docs/src/routes/docs/(qwikcity)/advanced/routing/index.mdx +++ b/packages/docs/src/routes/docs/(qwikcity)/advanced/routing/index.mdx @@ -188,7 +188,7 @@ In the above example, there are two layouts that apply themselves around the `/a 1. `src/routes/layout.tsx` 2. `src/routes/about/layout.tsx` -In this case, the layouts will be nested within eachother on the page. +In this case, the layouts will be nested within each other on the page. ``` ┌────────────────────────────────────────────────┐