From 551781d3a5e3f5d223fff7924d58f20878d3c76d Mon Sep 17 00:00:00 2001 From: Vraj Patel Date: Mon, 9 Oct 2023 19:18:37 +0530 Subject: [PATCH] Minor Update in index.md --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 66c1cc14..6b14df87 100644 --- a/docs/index.md +++ b/docs/index.md @@ -405,7 +405,7 @@ Sometimes with REST API's the service will return a error object that can be par ``` ### Mapping one body type to another without an object mapper -If you don't want to provide a full ObjectMapper implimentation you may use a simple function to map the response +If you don't want to provide a full ObjectMapper implementation you may use a simple function to map the response ```java int body = Unirest.get("http://httpbin/count")