Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
beatngu13 authored Feb 22, 2020
1 parent ecd5008 commit b6932ea
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 b6932ea

Please sign in to comment.