Skip to content

Commit 9227fd3

Browse files
docs(react-query): fix a typo in guides/ssr.md (#8086)
1 parent c12587a commit 9227fd3

File tree

1 file changed

+1
-1
lines changed
  • docs/framework/react/guides

1 file changed

+1
-1
lines changed

docs/framework/react/guides/ssr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ Amazing, we've mostly flattened our waterfalls! There's a catch though. Let's ca
520520

521521
This is because with SPA's, server rendering only works for the initial page load, not for any subsequent navigation.
522522

523-
Modern frameworks often tries to solve this by fetching the initial code and data in parallel, so if you were using Next.js or Remix with the prefetching patterns we outlined in this guide, including how to prefetch dependent queries, it would actually look like this instead:
523+
Modern frameworks often try to solve this by fetching the initial code and data in parallel, so if you were using Next.js or Remix with the prefetching patterns we outlined in this guide, including how to prefetch dependent queries, it would actually look like this instead:
524524

525525
```
526526
1. |> JS for <Feed>

0 commit comments

Comments
 (0)