Skip to content

Commit c9f463a

Browse files
laxerhdCOM8
authored andcommitted
Fixed errors in introduction.md
1 parent 31dd06c commit c9f463a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ std::cout << r.text << std::endl;
204204
205205
Notice how the `"Content-Type"` in the return header is different now; it's `"multipart/form-data"` as opposed to `"x-www-form-urlencoded"`. This facilitates larger and more generic data uploads with POST.
206206
207-
Uploading a file or files using `Muitipart` sets the uploaded `"filename"` to it's path name by default.
207+
Uploading a file or files using `Multipart` sets the uploaded `"filename"` to its path name by default.
208208
To change this, you can override the `"filename"` for the uploaded file:
209209
210210
{% raw %}

0 commit comments

Comments
 (0)