Skip to content

Commit afca899

Browse files
committed
Fixed typo
1 parent 4ae37ce commit afca899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/tutorials/create-your-first-crud.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ export const projectsRouter = createTRPCRouter({
637637
To prevent raw string urls all over our files, we are creating a `routes.ts` file in the `src/features/projects` folder.
638638
This file will have all the available urls of our `projects` feature.
639639

640-
```tsx filename="src/features/projects/route.ts" showLineNumbers
640+
```tsx filename="src/features/projects/routes.ts" showLineNumbers
641641
import { ROUTES_ADMIN } from "@/features/admin/routes";
642642

643643
export const ROUTES_PROJECTS = {

0 commit comments

Comments
 (0)