Skip to content

Commit 84cd232

Browse files
authoredSep 5, 2023
docs: Update queries.md (#5958)
Fixed some grammar and spacing
1 parent 2017359 commit 84cd232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/react/guides/queries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ TypeScript will also narrow the type of `data` correctly if you've checked for `
118118

119119
### FetchStatus
120120

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

123123
- `fetchStatus === 'fetching'` - The query is currently fetching.
124124
- `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)
Please sign in to comment.