Skip to content

Commit

Permalink
"download" to "downloads" when subject is singular (vercel#3140)
Browse files Browse the repository at this point in the history
  • Loading branch information
trautlein authored and timneutkens committed Oct 21, 2017
1 parent a28bbb0 commit 4d2ea0c
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 @@ -586,7 586,7 @@ Next.js has an API which allows you to prefetch pages.

Since Next.js server-renders your pages, this allows all the future interaction paths of your app to be instant. Effectively Next.js gives you the great initial download performance of a _website_, with the ahead-of-time download capabilities of an _app_. [Read more](https://zeit.co/blog/next#anticipation-is-the-key-to-performance).

> With prefetching Next.js only download JS code. When the page is getting rendered, you may need to wait for the data.
> With prefetching Next.js only downloads JS code. When the page is getting rendered, you may need to wait for the data.
#### With `<Link>`

Expand Down

0 comments on commit 4d2ea0c

Please sign in to comment.