diff --git a/http-client.md b/http-client.md index 8235b97a7b..690b19cb2e 100644 --- a/http-client.md +++ b/http-client.md @@ -162,7 +162,7 @@ $response = Http::withBody( #### Multi-Part Requests -If you would like to send files as multi-part requests, you should call the `attach` method before making your request. This method accepts the name of the file and its contents. If needed, you may provide a third argument which will be considered the file's filename, while a fourth argument may be used to provide headers associated with the file: +If you would like to send files as multi-part requests, you should call the `attach` method before making your request. This method accepts the name of the field and the file contents. If needed, you may provide a third argument which will be considered the file's filename, while a fourth argument may be used to provide headers associated with the file: ```php $response = Http::attach(