From b6932ea5185f75b7b64e63595c9b9429cec85d99 Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Sat, 22 Feb 2020 17:49:25 +0100 Subject: [PATCH] Fix typo --- unirest/src/main/java/kong/unirest/HttpRequest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unirest/src/main/java/kong/unirest/HttpRequest.java b/unirest/src/main/java/kong/unirest/HttpRequest.java index c596372f8..914c76b0c 100644 --- a/unirest/src/main/java/kong/unirest/HttpRequest.java +++ b/unirest/src/main/java/kong/unirest/HttpRequest.java @@ -72,7 +72,7 @@ public interface HttpRequest { R basicAuth(String username, String password); /** - * The Accept heder to send (e.g. application/json + * The Accept header to send (e.g. application/json * @param value a valid mime type for the Accept header * @return this request builder */