Skip to content

Commit bb5547a

Browse files
authored
Merge pull request #1988 from bryndyment/patch-1
2 parents 8c23cd3 + 90734bf commit bb5547a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/rtk-query/usage/manual-cache-updates.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ description: 'RTK Query > Usage > Manual Cache Updates: Updating cached data man
1414

1515
For most cases, in order to receive up to date data after a triggering a change in the backend,
1616
you can take advantage of `cache tag invalidation` to perform
17-
[automated re-fetching](./automated-refetching), which will cause a query to re-fetch it's data
18-
when it has been told that a mutation has occurred which would cause it's data to become out of date.
19-
In most cases, we recommend to use `automated re-fetching` as a preference over `manual cache updates`,
17+
[automated re-fetching](./automated-refetching), which will cause a query to re-fetch its data
18+
when it has been told that a mutation has occurred which would cause its data to become out of date.
19+
In most cases, we recommend using `automated re-fetching` as a preference over `manual cache updates`,
2020
unless you encounter the need to do so.
2121

2222
However, in some cases, you may want to update the cache manually. When you wish to update cache

0 commit comments

Comments
 (0)