Skip to content

Commit

Permalink
Update docs/routing/introduction.md
Browse files Browse the repository at this point in the history
Co-authored-by: Rich Haines <hello@richardhaines.dev>
  • Loading branch information
timneutkens and molebox committed Nov 15, 2021
1 parent 7b6f772 commit 06950f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/routing/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function Home() {
export default Home
```

In the example above, we have multiple links. Each one maps a path (`href`) to a known page:
The example above uses multiple links. Each one maps a path (`href`) to a known page:

- `/``pages/index.js`
- `/about``pages/about.js`
Expand Down

0 comments on commit 06950f9

Please sign in to comment.