Skip to content

Commit 7b753d3

Browse files
DaleSeoTkDodo
andauthored
docs: fix potential typo (#5748)
* fix potential typo * Update docs/react/guides/queries.md --------- Co-authored-by: Dominik Dorfmeister <[email protected]>
1 parent 4440344 commit 7b753d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/react/guides/queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ TypeScript will also narrow the type of `data` correctly if you've checked for `
117117

118118
### FetchStatus
119119

120-
In addition to the `status` field, the `result` object, you will also get an additional `fetchStatus`property with the following options:
120+
In addition to the `status` field, you will also get an additional `fetchStatus` property with the following options:
121121

122122
- `fetchStatus === 'fetching'` - The query is currently fetching.
123123
- `fetchStatus === 'paused'` - The query wanted to fetch, but it is paused. Read more about this in the [Network Mode](../guides/network-mode) guide.

0 commit comments

Comments
 (0)