Skip to content

Commit de67ab7

Browse files
Fix typo (#410)
1 parent 0a66bab commit de67ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2234,7 +2234,7 @@ const promise = mutate(variables, {
22342234
- `idle` initial status prior to the mutation function executing.
22352235
- `loading` if the mutation is currently executing.
22362236
- `error` if the last mutation attempt resulted in an error.
2237-
- `success' if the last mutation attempt was successful.
2237+
- `success` if the last mutation attempt was successful.
22382238
- `data: undefined | Any`
22392239
- Defaults to `undefined`
22402240
- The last successfully resolved data for the query.

0 commit comments

Comments
 (0)