Skip to content

Commit 91c10d8

Browse files
authored
docs: simple documentation update 🙂 (TanStack#794)
1 parent e3740ed commit 91c10d8

File tree

1 file changed

+1
-1
lines changed
  • docs/src/pages/docs/guides

1 file changed

+1
-1
lines changed

docs/src/pages/docs/guides/ssr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This approach works well for applications or user-specific pages that might cont
1111

1212
## Pre-rendering
1313

14-
If the page and its data needs to be rendered on the server, React Query comes build in with mechanisms to support this use case. The exact implementation of these mechanisms may vary from platform to platform, but we recommend starting with Next.js which supports [2 forms of pre-rendering](https://nextjs.org/docs/basic-features/data-fetching):
14+
If the page and its data needs to be rendered on the server, React Query comes built in with mechanisms to support this use case. The exact implementation of these mechanisms may vary from platform to platform, but we recommend starting with Next.js which supports [2 forms of pre-rendering](https://nextjs.org/docs/basic-features/data-fetching):
1515

1616
- Static Generation (SSG)
1717
- Server-side Rendering (SSR)

0 commit comments

Comments
 (0)