docs(release-notes): fix typo in .NET release notes (#32015)
This commit is contained in:
parent
3c87f217df
commit
5a015b0d6e
|
|
@ -156,7 +156,6 @@ await Page.RemoveLocatorHandlerAsync(locator);
|
|||
**Miscellaneous options**
|
||||
|
||||
- New method [`method: FormData.append`] allows to specify repeating fields with the same name in [`Multipart`](./api/class-apirequestcontext#api-request-context-fetch-option-multipart) option in `APIRequestContext.FetchAsync()`:
|
||||
- ```
|
||||
```csharp
|
||||
var formData = Context.APIRequest.CreateFormData();
|
||||
formData.Append("file", new FilePayload()
|
||||
|
|
|
|||
Loading…
Reference in a new issue