Skip to content

Commit ba34443

Browse files
Xavier-BrinonXavier Brinon
andauthored
fix: clean typo from Readme (#162)
Ridiculously small PR <img width="838" height="118" alt="image" src="https://github.com/user-attachments/assets/fddcc620-bbe9-4500-9628-0840b1599b7e" /> Co-authored-by: Xavier Brinon <[email protected]>
1 parent 17bb448 commit ba34443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/solid/project/base/README.md.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This project uses [Tailwind CSS](https://tailwindcss.com/) for styling.
2626
<% } %>
2727

2828
## Routing
29-
<% if (fileRouter) { %>This project uses [TanStack Router](https://tanstack.com/router). The initial setup is a file based router. Which means that the routes are managed as fiels in `src/routes`.<% } else { %>This project uses [TanStack Router](https://tanstack.com/router). The initial setup is a code based router. Which means that the routes are defined in code (in the `./src/main.<%= jsx %>` file). If you like you can also use a file based routing setup by following the [File Based Routing](https://tanstack.com/router/latest/docs/framework/solid/guide/file-based-routing) guide.<% } %>
29+
<% if (fileRouter) { %>This project uses [TanStack Router](https://tanstack.com/router). The initial setup is a file based router. Which means that the routes are managed as files in `src/routes`.<% } else { %>This project uses [TanStack Router](https://tanstack.com/router). The initial setup is a code based router. Which means that the routes are defined in code (in the `./src/main.<%= jsx %>` file). If you like you can also use a file based routing setup by following the [File Based Routing](https://tanstack.com/router/latest/docs/framework/solid/guide/file-based-routing) guide.<% } %>
3030
3131
### Adding A Route
3232
<% if (fileRouter) { %>

0 commit comments

Comments
 (0)