Skip to content

Commit e1d981b

Browse files
authored
Merge pull request #337 from beatngu13/patch-1
Fix typo
2 parents ecd5008 + b6932ea commit e1d981b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unirest/src/main/java/kong/unirest/HttpRequest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public interface HttpRequest<R extends HttpRequest> {
7272
R basicAuth(String username, String password);
7373

7474
/**
75-
* The Accept heder to send (e.g. application/json
75+
* The Accept header to send (e.g. application/json
7676
* @param value a valid mime type for the Accept header
7777
* @return this request builder
7878
*/

0 commit comments

Comments
 (0)