Skip to content

Commit

Permalink
docs(react-query): fix typo supsends -> suspends (#6998)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzbali committed Mar 3, 2024
1 parent ec90029 commit add26ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/framework/react/guides/advanced-ssr.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function getQueryClient() {
} else {
// Browser: make a new query client if we don't already have one
// This is very important so we don't re-make a new client if React
// supsends during the initial render. This may not be needed if we
// suspends during the initial render. This may not be needed if we
// have a suspense boundary BELOW the creation of the query client
if (!browserQueryClient) browserQueryClient = makeQueryClient()
return browserQueryClient
Expand Down

0 comments on commit add26ce

Please sign in to comment.