You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rtk-query/usage/automated-refetching.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The `providesTags` argument can either be an array of `string` (such as `['Post'
40
40
41
41
### Invalidating tags
42
42
43
-
_see also: [invalidatesTags API reference](../api/createApi.mdx#invalidatesTags)_
43
+
_see also: [invalidatesTags API reference](../api/createApi.mdx#invalidatestags)_
44
44
45
45
A _mutation_ can _invalidate_ specific cached data based on the tags. Doing so determines which cached data will be either refetched or removed from the cache.
0 commit comments