Skip to content

Commit

Permalink
cherry-pick(#32015): docs(release-notes): fix typo in .NET release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Aug 6, 2024
1 parent 99a3631 commit 5e68061
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/release-notes-csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 5e68061

Please sign in to comment.