docs(release-notes): fix typo in .NET release notes (#32015)

This commit is contained in:
Meir Blachman 2024-08-06 08:19:55 +03:00 committed by GitHub
parent 3c87f217df
commit 5a015b0d6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -156,7 +156,6 @@ await Page.RemoveLocatorHandlerAsync(locator);
**Miscellaneous options** **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()`: - 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 ```csharp
var formData = Context.APIRequest.CreateFormData(); var formData = Context.APIRequest.CreateFormData();
formData.Append("file", new FilePayload() formData.Append("file", new FilePayload()