diff --git a/docs/error-handling.md b/docs/error-handling.md index 01b96b6da..60508ee3f 100644 --- a/docs/error-handling.md +++ b/docs/error-handling.md @@ -63,4 +63,4 @@ Below you can find how different extensions deal with errors. Note that function | `HeadAsync` | Yes | | `HeadAsync` | 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.