Skip to content

Commit 41f46ad

Browse files
authored
docs: remove unnecessary parentheses (TanStack#1592)
1 parent 361935a commit 41f46ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/guides/query-invalidation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ queryClient.invalidateQueries('todos')
1717
When a query is invalidated with `invalidateQueries`, two things happen:
1818

1919
- It is marked as stale. This stale state overrides any `staleTime` configurations being used in `useQuery` or related hooks
20-
- If the query is currently being rendered via `useQuery` or related hooks), it will also be refetched in the background
20+
- If the query is currently being rendered via `useQuery` or related hooks, it will also be refetched in the background
2121

2222
## Query Matching with `invalidateQueries`
2323

0 commit comments

Comments
 (0)