Skip to content

Commit 8edc010

Browse files
Shrugsymsutkowski
andauthored
Update docs/rtk-query/usage/manual-cache-updates.mdx
Co-authored-by: Matt Sutkowski <msutkowski@gmail.com>
1 parent e90941d commit 8edc010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The core concepts for an optimistic update are:
5858
Where many mutations are potentially triggered in short succession causing overlapping requests,
5959
you may encounter race conditions if attempting to roll back patches using the `.undo` property
6060
on failures. For these scenarios, it is often simplest and safest to invalidate the tags on error
61-
instead, and re-fetch truly up-to-date data straight from the server.
61+
instead, and re-fetch truly up-to-date data from the server.
6262
:::
6363

6464
```ts title="Optimistic update mutation example (async await)"

0 commit comments

Comments
 (0)