docs: give value parameter proper name (#14256)

This commit is contained in:
Yury Semikhatsky 2022-05-18 09:59:07 -07:00 committed by GitHub
parent 4d9ef46f64
commit 3c6146c9ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ Sets a field on the form. File values can be passed either as `Path` or as `File
Field name.
### param: FormData.set.value
- `name` <[string]|[boolean]|[int]|[Path]|[Object]>
- `value` <[string]|[boolean]|[int]|[Path]|[Object]>
- `name` <[string]> File name
- `mimeType` <[string]> File type
- `buffer` <[Buffer]> File content