Fix typo: "application/octect-stream" -> "application/octet-stream"
This commit is contained in:
parent
6c79be91b7
commit
d67fc16a48
|
@ -279,7 +279,7 @@ public interface Request
|
|||
|
||||
/**
|
||||
* Shortcut method to specify a file as a content for this request, with the default content type of
|
||||
* "application/octect-stream".
|
||||
* "application/octet-stream".
|
||||
*
|
||||
* @param file the file to upload
|
||||
* @return this request object
|
||||
|
|
Loading…
Reference in New Issue