Skip to content

Commit

Permalink
docs: typo (#7628)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnzone authored Jun 26, 2024
1 parent 832d07a commit 52cc7b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -471,7 +471,7 @@ export default function PostsPage() {
// look ma, no await
queryClient.prefetchQuery({
queryKey: ['posts'],
queryFn: () => getPosts().then(serialize), // <-- serilize the data on the server
queryFn: () => getPosts().then(serialize), // <-- serialize the data on the server
})

return (
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/vue/devtools.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ To make it work, you only need to enable it in the plugin options:

```ts
app.use(VueQueryPlugin, {
enableDevtoolsV6Plugin: true
enableDevtoolsV6Plugin: true,
})
```

Expand Down

0 comments on commit 52cc7b2

Please sign in to comment.