Skip to content

Commit 747eea8

Browse files
ci: apply automated fixes
1 parent e5ef275 commit 747eea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/query-core/src/queryClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export class QueryClient {
121121

122122
/**
123123
* Imperative (non-reactive) way to retrieve data for a QueryKey.
124-
* Should only be used in callbacks or functions where reading the latest data is necessary, e.g. for optimistic updates.
124+
* Should only be used in callbacks or functions where reading the latest data is necessary, e.g. for optimistic updates.
125125
*
126126
* Hint: Do not use this function inside a component, because it won't receive updates.
127127
* Use `useQuery` to create a `QueryObserver` that subscribes to changes.

0 commit comments

Comments
 (0)