Skip to content

Commit b6932ea

Browse files
authored
Fix typo
1 parent ecd5008 commit b6932ea

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)