From 4d2ea0ce803041a12751d6d2f4340f9d2fae5ecf Mon Sep 17 00:00:00 2001 From: Hans Trautlein Date: Sat, 21 Oct 2017 10:59:16 -0400 Subject: [PATCH] "download" to "downloads" when subject is singular (#3140) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ae6c2e620e1e5..c1b5cd510505b 100644 --- a/readme.md +++ b/readme.md @@ -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 ``