diff --git a/src/routes/solid-start/building-your-application/routing.mdx b/src/routes/solid-start/building-your-application/routing.mdx index c3681d5c50..fc0f9c6bef 100644 --- a/src/routes/solid-start/building-your-application/routing.mdx +++ b/src/routes/solid-start/building-your-application/routing.mdx @@ -138,7 +138,7 @@ This will allow you to create a new route that is not nested under the previous |-- routes/ // example.com |-- users/ |-- index.tsx // example.com/users - |-- projects.tsx // example.com/projects + |-- projects.tsx // example.com/users/projects |-- users(details)/ |-- [id].tsx // example.com/users/1 ```