Skip to content

Commit

Permalink
change "wil" to "will"
Browse files Browse the repository at this point in the history
  • Loading branch information
lcandiago committed Jan 12, 2020
1 parent 7b83df3 commit de0af29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basic-features/data-fetching.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) {
Expand Down

0 comments on commit de0af29

Please sign in to comment.