Skip to content

Commit 5e68061

Browse files
committed
cherry-pick(#32015): docs(release-notes): fix typo in .NET release notes
1 parent 99a3631 commit 5e68061

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/src/release-notes-csharp.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ await Page.RemoveLocatorHandlerAsync(locator);
156156
**Miscellaneous options**
157157

158158
- 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()`:
159-
- ```
160159
```csharp
161160
var formData = Context.APIRequest.CreateFormData();
162161
formData.Append("file", new FilePayload()

0 commit comments

Comments
 (0)