Skip to content

Commit c8322d9

Browse files
docs: add missing period (#9509)
Co-authored-by: Jonghyeon Ko <manudeli.ko@gmail.com>
1 parent 250dbd9 commit c8322d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/react/reference/useMutationState.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const data = useMutationState({
3838
})
3939
```
4040

41-
**Example 3: Access the latest mutation data via the `mutationKey`**
41+
**Example 3: Access the latest mutation data via the `mutationKey`**.
4242
Each invocation of `mutate` adds a new entry to the mutation cache for `gcTime` milliseconds.
4343

4444
To access the latest invocation, you can check for the last item that `useMutationState` returns.

0 commit comments

Comments
 (0)