Skip to content

Commit 34338bd

Browse files
authored
Fix broken link
Change `invalidatesTags` to `invalidatestags` because the first one is not working in the docs.
1 parent 75cbf43 commit 34338bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rtk-query/usage/automated-refetching.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The `providesTags` argument can either be an array of `string` (such as `['Post'
4040

4141
### Invalidating tags
4242

43-
_see also: [invalidatesTags API reference](../api/createApi.mdx#invalidatesTags)_
43+
_see also: [invalidatesTags API reference](../api/createApi.mdx#invalidatestags)_
4444

4545
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.
4646

0 commit comments

Comments
 (0)