From dde0a0ebf027faa606a122c11357f5d32193bff9 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 18 Jul 2025 19:25:43 +0200 Subject: [PATCH] docs(react-query): change comma to sentence period --- docs/framework/react/guides/optimistic-updates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/react/guides/optimistic-updates.md b/docs/framework/react/guides/optimistic-updates.md index 37c01aa7f2..19d9220cbc 100644 --- a/docs/framework/react/guides/optimistic-updates.md +++ b/docs/framework/react/guides/optimistic-updates.md @@ -60,7 +60,7 @@ If the mutation errors, the item will also disappear. But we could continue to s ### If the mutation and the query don't live in the same component -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`: +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`: [//]: # 'ExampleUI4'