From 36ebe2fae4de59ad54633b31193a7f977740b2d1 Mon Sep 17 00:00:00 2001 From: Kurzyn <31795615+Kurzyn@users.noreply.github.com> Date: Mon, 14 Aug 2023 13:46:04 +0200 Subject: [PATCH] Update error-handling.md (#2116) spelling error update --- docs/error-handling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.