Skip to content

Commit

Permalink
Small grammar fix. (#14043)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmerino authored Jun 10, 2020
1 parent aacfa79 commit 0defd53
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 @@ -32,7 +32,7 @@ We’ll talk about the three unique Next.js functions you can use to fetch data
- [`getStaticPaths`](#getstaticpaths-static-generation) (Static Generation): Specify [dynamic routes](/docs/routing/dynamic-routes.md) to pre-render based on data.
- [`getServerSideProps`](#getserversideprops-server-side-rendering) (Server-side Rendering): Fetch data on **each request**.

In addition, we’ll talk briefly about how to do fetch data on the client side.
In addition, we’ll talk briefly about how to fetch data on the client side.

## `getStaticProps` (Static Generation)

Expand Down

0 comments on commit 0defd53

Please sign in to comment.