Skip to content

Commit f47adb0

Browse files
committed
Merge branch 'feat-eslint-type-checked-configuration' of github.com:TanStack/query into feat-eslint-type-checked-configuration
2 parents ce8777f + f33f24d commit f47adb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/react/reference/useQuery.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const {
7575
- `enabled: boolean | (query: Query) => boolean`
7676
- Set this to `false` to disable this query from automatically running.
7777
- Can be used for [Dependent Queries](../guides/dependent-queries.md).
78-
- `networkMode: 'online' | 'always' | 'offlineFirst`
78+
- `networkMode: 'online' | 'always' | 'offlineFirst'`
7979
- optional
8080
- defaults to `'online'`
8181
- see [Network Mode](../guides/network-mode.md) for more information.

0 commit comments

Comments
 (0)