Skip to content

Commit cce1054

Browse files
authored
fix docs typo (#188)
1 parent 09fd728 commit cce1054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/setupListeners.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ hide_table_of_contents: false
88

99
# `setupListeners`
1010

11-
A utility used to enable `refetchOnMount` and `refetchOnReconnect` behaviors. It requires the `dispatch` method from your store. Calling `setupListeners(store.dispatch)` will configure listeners with the recommended defaults, but you have the optional of providing a callback for more granular control.
11+
A utility used to enable `refetchOnMount` and `refetchOnReconnect` behaviors. It requires the `dispatch` method from your store. Calling `setupListeners(store.dispatch)` will configure listeners with the recommended defaults, but you have the option of providing a callback for more granular control.
1212

1313
```ts title="setupListeners default configuration"
1414
let initialized = false;

0 commit comments

Comments
 (0)