Skip to content

Commit 76211bb

Browse files
DavidPflDavid
andauthored
docs(react-query): change comma to sentence period (#9459)
Co-authored-by: David <[email protected]>
1 parent a2ff833 commit 76211bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/react/guides/optimistic-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If the mutation errors, the item will also disappear. But we could continue to s
6060

6161
### If the mutation and the query don't live in the same component
6262

63-
This approach works very well if the mutation and the query live in the same component, However, you also get access to all mutations in other components via the dedicated `useMutationState` hook. It is best combined with a `mutationKey`:
63+
This approach works very well if the mutation and the query live in the same component. However, you also get access to all mutations in other components via the dedicated `useMutationState` hook. It is best combined with a `mutationKey`:
6464

6565
[//]: # 'ExampleUI4'
6666

0 commit comments

Comments
 (0)