Skip to content

Commit 0e100ba

Browse files
authored
Merge pull request #2180 from joachimklug/master
2 parents e047b63 + 521797e commit 0e100ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/query/react/buildHooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ interface UseQuerySubscriptionOptions extends SubscriptionOptions {
109109
* - **If the query has cached data:**
110110
* * The cached data **will not be used** on the initial load, and will ignore updates from any identical query until the `skip` condition is removed
111111
* * The query will have a status of `uninitialized`
112-
* * If `skip: false` is set after skipping the initial load, the cached result will be used
112+
* * If `skip: false` is set after the initial load, the cached result will be used
113113
* - **If the query does not have cached data:**
114114
* * The query will have a status of `uninitialized`
115115
* * The query will not exist in the state when viewed with the dev tools

0 commit comments

Comments
 (0)