Skip to content

Commit 4fd0725

Browse files
authored
docs(ssr): fix typo (TanStack#792)
1 parent 2c49b5d commit 4fd0725

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
@@ -7,7 +7,7 @@ title: SSR & Next.js
77

88
If your queries are for data that is frequently updating and you don't necessarily need the data to be preset at render time (for SEO or performance purposes), then you don't need any extra configuration for React Query! Just import `useQuery` and fetch data right from within your components.
99

10-
This approach works well for applications or user-specific pages that might contain private or non-publi/non-generic information, SEO is usually not relevant to these types of pages and full SSR of data is rarely needed in said situations.
10+
This approach works well for applications or user-specific pages that might contain private or non-public/non-generic information. SEO is usually not relevant to these types of pages and full SSR of data is rarely needed in said situations.
1111

1212
## Pre-rendering
1313

0 commit comments

Comments
 (0)