We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e03a61 commit fcd68bcCopy full SHA for fcd68bc
docs/src/pages/guides/mutations.md
@@ -44,7 +44,7 @@ A mutation can only be in one of the following states at any given moment:
44
- `isError` or `status === 'error'` - The mutation encountered an error
45
- `isSuccess` or `status === 'success'` - The mutation was successful and mutation data is available
46
47
-Beyond those primary state, more information is available depending on the state the mutation:
+Beyond those primary state, more information is available depending on the state of the mutation:
48
49
- `error` - If the mutation is in an `isError` state, the error is available via the `error` property.
50
- `data` - If the mutation is in a `success` state, the data is available via the `data` property.
0 commit comments