未验证 提交 0defd535 编写于 作者: J Jason Merino 提交者: GitHub

Small grammar fix. (#14043)

上级 aacfa79d
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册