Skip to content

Commit a2a39c9

Browse files
authored
docs: fix typo
1 parent 027be32 commit a2a39c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/streamedQuery.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: streamedQuery
55

66
`streamedQuery` is a helper function to create a query function that streams data from an [AsyncIterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AsyncIterator). Data will be an Array of all the chunks received. The query will be in a `pending` state until the first chunk of data is received, but will go to `success` after that. The query will stay in fetchStatus `fetching` until the stream ends.
77

8-
To see `streamedQuery` in action, take a look at our [chat example](../framework/react/examples/chat/react/nextjs-app-prefetching).
8+
To see `streamedQuery` in action, take a look at our [chat example](../framework/react/examples/chat).
99

1010
```tsx
1111
import { experimental_streamedQuery as streamedQuery } from '@tanstack/react-query'

0 commit comments

Comments
 (0)