Skip to content

Commit

Permalink
Update use-params.md (#12044)
Browse files Browse the repository at this point in the history
  • Loading branch information
SsongQ-92 authored Oct 1, 2024
1 parent fab7723 commit 71cf6f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,3 +283,4 @@
- yuleicul
- zeromask1337
- zheng-chuang
- SsongQ-92
2 changes: 1 addition & 1 deletion docs/hooks/use-params.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ function App() {
return (
<Routes>
<Route path="users">
<Route path=":userId" element={<ProfilePage />} />
<Route path="me" element={...} />
<Route path=":userId" element={<ProfilePage />} />
</Route>
</Routes>
);
Expand Down

0 comments on commit 71cf6f7

Please sign in to comment.