From d4675c56b5df2d48354ba9e236d9508f29a6648a Mon Sep 17 00:00:00 2001 From: Lorenzo de Vargas Candiago Date: Sat, 11 Jan 2020 23:53:58 -0300 Subject: [PATCH] change "wil" to "will" (#10050) --- docs/basic-features/data-fetching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basic-features/data-fetching.md b/docs/basic-features/data-fetching.md index 9871ef1602..9641b98099 100644 --- a/docs/basic-features/data-fetching.md +++ b/docs/basic-features/data-fetching.md @@ -69,7 +69,7 @@ Using `getInitialProps` will make the page opt-in to on-demand [server-side rend // Next.js will execute `getInitialProps` // It will wait for the result of `getInitialProps` // When the results comes back Next.js will render the page. -// Next.js wil do this for every request that comes in. +// Next.js will do this for every request that comes in. import fetch from 'isomorphic-unfetch' function HomePage({ stars }) { -- GitLab