Skip to content

Commit

Permalink
Update error-handling.md (#2116)
Browse files Browse the repository at this point in the history
spelling error update
  • Loading branch information
Kurzyn committed Aug 14, 2023
1 parent 1c9caba commit 36ebe2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/error-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ Below you can find how different extensions deal with errors. Note that function
| `HeadAsync` | Yes |
| `HeadAsync<T>` | Yes |

In addition, all the functions for JSON requests, like `GetJsonAsync` and `PostJsonAsyn` throw an exception if the HTTP call fails.
In addition, all the functions for JSON requests, like `GetJsonAsync` and `PostJsonAsync` throw an exception if the HTTP call fails.

0 comments on commit 36ebe2f

Please sign in to comment.