docs: give value parameter proper name (#14256)
This commit is contained in:
parent
4d9ef46f64
commit
3c6146c9ec
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue