Skip to content

Commit 84cd232

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/react/guides/queries.md

Lines changed: 1 addition & 1 deletion
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)