Skip to content

Commit

Permalink
feat: remove idle state
Browse files Browse the repository at this point in the history
add missing ' to docs
  • Loading branch information
TkDodo committed Feb 16, 2022
1 parent f8e32fa commit 09bc8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/guides/network-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ The [React Query Devtools](../devtools) will show Queries in a `paused` state if

## Signature

- `networkMode: 'online' | 'always' | 'offlineFirst`
- `networkMode: 'online' | 'always' | 'offlineFirst'`
- optional
- defaults to `'online'`

0 comments on commit 09bc8b6

Please sign in to comment.