We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ecd5008 + b6932ea commit e1d981bCopy full SHA for e1d981b
unirest/src/main/java/kong/unirest/HttpRequest.java
@@ -72,7 +72,7 @@ public interface HttpRequest<R extends HttpRequest> {
72
R basicAuth(String username, String password);
73
74
/**
75
- * The Accept heder to send (e.g. application/json
+ * The Accept header to send (e.g. application/json
76
* @param value a valid mime type for the Accept header
77
* @return this request builder
78
*/
0 commit comments