Skip to content

Commit 67af4cb

Browse files
authored
docs(typos): fix typos in mutations guide (#1392)
1 parent cc99426 commit 67af4cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/pages/guides/mutations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ function App() {
3939

4040
A mutation can only be in one of the following states at any given moment:
4141

42-
- `isIdle` or `status === 'idle' - The mutation is currently idle or in a fresh/reset state
43-
- `isLoading` or `status === 'loading' - The mutation is currently running
42+
- `isIdle` or `status === 'idle'` - The mutation is currently idle or in a fresh/reset state
43+
- `isLoading` or `status === 'loading'` - The mutation is currently running
4444
- `isError` or `status === 'error'` - The mutation encountered an error
45-
- `isSuccess` or `status === 'success' - The mutation was successful and mutation data is available
45+
- `isSuccess` or `status === 'success'` - The mutation was successful and mutation data is available
4646

4747
Beyond those primary state, more information is available depending on the state the mutation:
4848

0 commit comments

Comments
 (0)