diff --git a/docs/src/release-notes-csharp.md b/docs/src/release-notes-csharp.md index 647ba6431ff73..697ce6641f2ab 100644 --- a/docs/src/release-notes-csharp.md +++ b/docs/src/release-notes-csharp.md @@ -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()