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

This commit is contained in:
Max Schmitt 2024-08-06 07:20:54 +02:00
parent 99a3631057
commit 5e68061d49

View File

@ -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()