Skip to content

Commit

Permalink
docs: fix a typo in Search Params section (#12097)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegDev1 authored Oct 8, 2024
1 parent 58d8f31 commit 8770568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/start/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ function App() {

You can also use `Link` or `useNavigate` to change the search params.

```jsx lines=[3,9,16]
```jsx lines=[3,9,20]
function App() {
const [searchParams, setSearchParams] = useSearchParams();
const navigate = useNavigate();
Expand Down

0 comments on commit 8770568

Please sign in to comment.