Skip to content

Commit be96f3b

Browse files
Update src/pages/learn/debug-errors.mdx
Co-authored-by: Benjie <[email protected]>
1 parent 79acc14 commit be96f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/learn/debug-errors.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ and may allow `GET` for queries.
3939
### Common causes
4040

4141
- Sending a `PUT` or `DELETE` request instead of `POST` or `GET`
42-
- Sending a `GET` request for a mutation
42+
- Sending a `GET` request for a mutation, or to a server that only supports `POST` requests
4343

4444
### How to debug
4545

0 commit comments

Comments
 (0)