Skip to content

Commit

Permalink
fix typo in routing.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
kindy authored Dec 24, 2024
1 parent d2978b5 commit 073f69d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 073f69d

Please sign in to comment.