Skip to content

Commit 4d2ea0c

Browse files
trautleintimneutkens
authored andcommitted
"download" to "downloads" when subject is singular (vercel#3140)
1 parent a28bbb0 commit 4d2ea0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ Next.js has an API which allows you to prefetch pages.
586586

587587
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).
588588

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

0 commit comments

Comments
 (0)