From 460e7fcfa23851725420c4c0e61b70e4c108a468 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 13 Jun 2023 18:03:50 +0200 Subject: [PATCH] chore: fix language port 1.35 release notes (#23674) --- docs/src/release-notes-csharp.md | 2 +- docs/src/release-notes-python.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/release-notes-csharp.md b/docs/src/release-notes-csharp.md index 7e157a2ed7..8d9960e1c7 100644 --- a/docs/src/release-notes-csharp.md +++ b/docs/src/release-notes-csharp.md @@ -8,7 +8,7 @@ toc_max_heading_level: 2 ### Highlights -* New option `maskColor` for methods [`method: Page.screenshot`] and [`method: Locator.screenshot`] to change default masking color. +* New option `MaskColor` for methods [`method: Page.screenshot`] and [`method: Locator.screenshot`] to change default masking color. * New `uninstall` CLI command to uninstall browser binaries: ```bash diff --git a/docs/src/release-notes-python.md b/docs/src/release-notes-python.md index e9a9e34b13..dda4a70000 100644 --- a/docs/src/release-notes-python.md +++ b/docs/src/release-notes-python.md @@ -8,7 +8,7 @@ toc_max_heading_level: 2 ### Highlights -* New option `maskColor` for methods [`method: Page.screenshot`] and [`method: Locator.screenshot`] to change default masking color. +* New option `mask_color` for methods [`method: Page.screenshot`] and [`method: Locator.screenshot`] to change default masking color. * New `uninstall` CLI command to uninstall browser binaries: ```bash