Skip to content

Commit 62499c3

Browse files
authored
Update buildHooks.ts
1 parent 7f76635 commit 62499c3

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
@@ -185,7 +185,7 @@ export type UseLazyQueryLastPromiseInfo<
185185
*
186186
* #### Note
187187
*
188-
* When the trigger function returned from a LazyQuery, it always initiates a new request to the server even if there is cached data. Set `preferCacheValue`(the second argument to the function) as `true` if you want it to immediately return a cached value if one exists.
188+
* When the trigger function returned from a LazyQuery is called, it always initiates a new request to the server even if there is cached data. Set `preferCacheValue`(the second argument to the function) as `true` if you want it to immediately return a cached value if one exists.
189189
*/
190190
export type UseLazyQuery<D extends QueryDefinition<any, any, any, any>> = <
191191
R extends Record<string, any> = UseQueryStateDefaultResult<D>

0 commit comments

Comments
 (0)