Skip to content

Commit 5cd1cd1

Browse files
committed
docs: fix multipart parameter typo
1 parent 1aa97fe commit 5cd1cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/api/class-apirequestcontext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ var data = new Dictionary<string, object>() {
247247
await Request.FetchAsync("https://example.com/api/createBook", new() { Method = "post", DataObject = data });
248248
```
249249

250-
The common way to send file(s) in the body of a request is to upload them as form fields with `multipart/form-data` encoding, by specifiying the `multipart` parameter:
250+
The common way to send file(s) in the body of a request is to upload them as form fields with `multipart/form-data` encoding, by specifying the `multipart` parameter:
251251

252252
```js
253253
const form = new FormData();

0 commit comments

Comments
 (0)