Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4d2ea0c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎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)

AltStyle によって変換されたページ (->オリジナル) /