Skip to content

Commit debece3

Browse files
authored
docs: Typo in optimistic-updates.md (#6182)
1 parent c5cb8cc commit debece3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/react/guides/optimistic-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const variables = useMutationState<string>({
7979
```
8080
[//]: # 'ExampleUI4'
8181

82-
`variables` will be an `Array`, because there might be multiple mutations running at the same time. If we need a uniqe key for the items, we can also select `mutation.state.submittedAt`. This will even make displaying concurrent optimistic updates a breeze.
82+
`variables` will be an `Array`, because there might be multiple mutations running at the same time. If we need a unique key for the items, we can also select `mutation.state.submittedAt`. This will even make displaying concurrent optimistic updates a breeze.
8383

8484
## Via the cache
8585

0 commit comments

Comments
 (0)