Skip to content

Commit 5a454be

Browse files
Adebiyi AdedotunTkDodo
andauthored
Update docs/src/pages/guides/mutations.md
Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
1 parent fcd68bc commit 5a454be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/guides/mutations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ A mutation can only be in one of the following states at any given moment:
4444
- `isError` or `status === 'error'` - The mutation encountered an error
4545
- `isSuccess` or `status === 'success'` - The mutation was successful and mutation data is available
4646

47-
Beyond those primary state, more information is available depending on the state of the mutation:
47+
Beyond those primary states, more information is available depending on the state of the mutation:
4848

4949
- `error` - If the mutation is in an `isError` state, the error is available via the `error` property.
5050
- `data` - If the mutation is in a `success` state, the data is available via the `data` property.

0 commit comments

Comments
 (0)