Skip to content

Commit 83ca84b

Browse files
authored
docs(start/library/routing): fix component name (#13135)
1 parent 15abfc5 commit 83ca84b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@
302302
- stmtk1
303303
- sukvvon
304304
- swalker326
305+
- szhsin
305306
- tanayv
306307
- thecode00
307308
- theostavrides

docs/start/library/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ You can have multiple dynamic segments in one route path:
162162
```tsx filename=app/category-product.tsx
163163
import { useParams } from "react-router";
164164

165-
export default function Team() {
165+
export default function CategoryProduct() {
166166
let { categoryId, productId } = useParams();
167167
// ...
168168
}

0 commit comments

Comments
 (0)