Skip to content

Commit 4fc9e74

Browse files
docs: Update query-invalidation.md (TanStack#1544)
1 parent 8bff7d6 commit 4fc9e74

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
@@ -21,7 +21,7 @@ When a query is invalidated with `invalidateQueries`, two things happen:
2121

2222
## Query Matching with `invalidateQueries`
2323

24-
When using APIs like `invalidateQueries` and `removeQueries` (and others that support partial query matching), you can match multiple queries by their prefix, or get really specific and match an exact query. For informationo on the types of filters, you can use, please see [Query Filters](./query-filters).
24+
When using APIs like `invalidateQueries` and `removeQueries` (and others that support partial query matching), you can match multiple queries by their prefix, or get really specific and match an exact query. For information on the types of filters you can use, please see [Query Filters](./query-filters).
2525

2626
In this example, we can use the `todos` prefix to invalidate any queries that start with `todos` in their query key:
2727

0 commit comments

Comments
 (0)