Fix typo: "application/octect-stream" -> "application/octet-stream"

This commit is contained in:
Kaiyue Zhou 2022-02-08 13:01:25 +08:00
parent 6c79be91b7
commit d67fc16a48
1 changed files with 1 additions and 1 deletions

View File

@ -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