Skip to content

Commit ce64b71

Browse files
authored
fix typo in routing.mdx (#992)
1 parent d2978b5 commit ce64b71

File tree

1 file changed

+1
-1
lines changed
  • src/routes/solid-start/building-your-application

1 file changed

+1
-1
lines changed

src/routes/solid-start/building-your-application/routing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ This will allow you to create a new route that is not nested under the previous
138138
|-- routes/ // example.com
139139
|-- users/
140140
|-- index.tsx // example.com/users
141-
|-- projects.tsx // example.com/projects
141+
|-- projects.tsx // example.com/users/projects
142142
|-- users(details)/
143143
|-- [id].tsx // example.com/users/1
144144
```

0 commit comments

Comments
 (0)