Skip to content

Commit 550bd41

Browse files
author
Vithuran Sadagopan
authored
Update routing.mdx (solidjs#766)
1 parent 83193de commit 550bd41

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
@@ -207,7 +207,7 @@ In SolidStart, route groups are defined by using parenthesis (`()`) surrounding
207207
## Additional route config
208208

209209
SolidStart offers a way to add additional route configuration outside of the file system.
210-
Since SolidStart supports the use of other routers, you can use the `route` export to provided by `<FileRoutes />` to define the route configuration for the router of your choice.
210+
Since SolidStart supports the use of other routers, you can use the `route` export provided by `<FileRoutes />` to define the route configuration for the router of your choice.
211211

212212
```jsx {3-7}
213213
import type { RouteSectionProps, RouteDefinition } from "@solidjs/router";

0 commit comments

Comments
 (0)