Skip to content

Commit

Permalink
Intro.md: fix import instructions (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
dandv committed Jun 26, 2020
1 parent 3fedffa commit 0469494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/markdown/pages/intro.md
Expand Up @@ -300,7 +300,7 @@ This allows you to have all of your routes configured at the top of the app, or

## Navigating Programmatically

If you need to navigate programmatically (like after a form submits), import `navigate`.
If you need to navigate programmatically (like after a form submits), import `useNavigate`.

```jsx
import { useNavigate } from "@reach/router"
Expand Down

0 comments on commit 0469494

Please sign in to comment.