Skip to content

Commit

Permalink
Merge pull request #337 from beatngu13/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ryber committed Feb 22, 2020
2 parents ecd5008 + b6932ea commit e1d981b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unirest/src/main/java/kong/unirest/HttpRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public interface HttpRequest<R extends 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
*/
Expand Down

0 comments on commit e1d981b

Please sign in to comment.