Skip to content

Commit 7922966

Browse files
committed
docs: syntax fix
1 parent d58e28f commit 7922966

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/framework/solid/reference/useQuery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ function App() {
225225
- The time in milliseconds that unused/inactive cache data remains in memory. When a query's cache becomes unused or inactive, that cache data will be garbage collected after this duration. When different garbage collection times are specified, the longest one will be used.
226226
- Note: the maximum allowed time is about [24 days](https://developer.mozilla.org/en-US/docs/Web/API/setTimeout#maximum_delay_value), although it is possible to work around this limit using [timeoutManager.setTimeoutProvider](../../../../reference/timeoutManager.md#timeoutmanagersettimeoutprovider).
227227
- If set to `Infinity`, will disable garbage collection
228-
- ##### `networkMode: 'online' | 'always' | 'offlineFirst`
228+
- ##### `networkMode: 'online' | 'always' | 'offlineFirst'`
229229
- optional
230230
- defaults to `'online'`
231231
- see [Network Mode](../../guides/network-mode.md) for more information.

0 commit comments

Comments
 (0)