Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gvergnaud authored Nov 5, 2017
1 parent 6a8cf37 commit 69cae5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default class Character extends React.Component {
Next.js has this great feature allowing you to prefetch data for your next routes
in the background.

You can benefit of that by simply putting a `prefetch` property on any Link :
You can benefit from that by simply putting a `prefetch` property on any Link :

```jsx
<Link prefetch route="film" id="2"><a>The Empire Strikes Back</a></Link>
Expand Down

0 comments on commit 69cae5b

Please sign in to comment.