From b95b2d222920eb8a884a6deffca1dd2ed3ea131d Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 5 Mar 2024 22:32:22 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Dmitry Gozman Signed-off-by: Max Schmitt --- docs/src/release-notes-csharp.md | 6 +++--- docs/src/release-notes-java.md | 2 +- docs/src/release-notes-js.md | 2 +- docs/src/release-notes-python.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/src/release-notes-csharp.md b/docs/src/release-notes-csharp.md index d8cd71d4a2..d13a924d19 100644 --- a/docs/src/release-notes-csharp.md +++ b/docs/src/release-notes-csharp.md @@ -974,9 +974,9 @@ Its now possible to emulate the `forced-colors` CSS media feature by passing it - [`method: Page.route`] accepts new `times` option to specify how many times this route should be matched. - [Page.SetCheckedAsync(selector: string, checked: Boolean)](./api/class-page#page-set-checked) and [Locator.SetCheckedAsync(selector: string, checked: Boolean)](./api/class-locator#locator-set-checked) was introduced to set the checked state of a checkbox. -- [Request.SizesAsync()](./api/class-request#request-sizes) Returns resource size information for given http request. -- [Tracing.StartChunkAsync()](./api/class-tracing#tracing-start-chunk) - Start a new trace chunk. -- [Tracing.StopChunkAsync()](./api/class-tracing#tracing-stop-chunk) - Stops a new trace chunk. +- [`method: Request.sizes`] Returns resource size information for given http request. +- [`method: Tracing.startChunk`] - Start a new trace chunk. +- [`method: Tracing.stopChunk`] - Stops a new trace chunk. ### Important ⚠ * ⬆ .NET Core Apps 2.1 are **no longer** supported for our CLI tooling. As of August 31st, 2021, .NET Core 2.1 is no [longer supported](https://devblogs.microsoft.com/dotnet/net-core-2-1-will-reach-end-of-support-on-august-21-2021/) and will not receive any security updates. We've decided to move the CLI forward and require .NET Core 3.1 as a minimum. diff --git a/docs/src/release-notes-java.md b/docs/src/release-notes-java.md index a493a8e56a..a792365d21 100644 --- a/docs/src/release-notes-java.md +++ b/docs/src/release-notes-java.md @@ -952,7 +952,7 @@ Its now possible to emulate the `forced-colors` CSS media feature by passing it ### New APIs - [`method: Page.route`] accepts new `times` option to specify how many times this route should be matched. -- [Page.setChecked(selector: string, checked: boolean)](./api/class-page#page-set-checked) and [Locator.setChecked(selector: string, checked: boolean)](./api/class-locator#locator-set-checked) was introduced to set the checked state of a checkbox. +- [`method: Page.setChecked`] and [`method: Locator.setChecked`] were introduced to set the checked state of a checkbox. - [`method: Request.sizes`] Returns resource size information for given http request. - [`method: Tracing.startChunk`] - Start a new trace chunk. - [`method: Tracing.stopChunk`] - Stops a new trace chunk. diff --git a/docs/src/release-notes-js.md b/docs/src/release-notes-js.md index ca7b42bfb9..6440e91faa 100644 --- a/docs/src/release-notes-js.md +++ b/docs/src/release-notes-js.md @@ -1999,7 +1999,7 @@ Its now possible to emulate the `forced-colors` CSS media feature by passing it #### New APIs - [`method: Page.route`] accepts new `times` option to specify how many times this route should be matched. -- [Page.setChecked(selector: string, checked: boolean)](./api/class-page#page-set-checked) and [Locator.setChecked(selector: string, checked: boolean)](./api/class-locator#locator-set-checked) was introduced to set the checked state of a checkbox. +- [`method: Page.setChecked`] and [`method: Locator.setChecked`] were introduced to set the checked state of a checkbox. - [`method: Request.sizes`] Returns resource size information for given http request. - [`method: Tracing.startChunk`] - Start a new trace chunk. - [`method: Tracing.stopChunk`] - Stops a new trace chunk. diff --git a/docs/src/release-notes-python.md b/docs/src/release-notes-python.md index b6656eefce..662df326e2 100644 --- a/docs/src/release-notes-python.md +++ b/docs/src/release-notes-python.md @@ -1024,7 +1024,7 @@ Its now possible to emulate the `forced-colors` CSS media feature by passing it ### New APIs - [`method: Page.route`] accepts new `times` option to specify how many times this route should be matched. -- [Page.set_checked(selector: str, checked: bool)](./api/class-page#page-set-checked) and [Locator.set_checked(selector: str, checked: bool)](./api/class-locator#locator-set-checked) was introduced to set the checked state of a checkbox. +- [`method: Page.setChecked`] and [`method: Locator.setChecked`] were introduced to set the checked state of a checkbox. - [`method: Request.sizes`] Returns resource size information for given http request. - [`method: Tracing.startChunk`] - Start a new trace chunk. - [`method: Tracing.stopChunk`] - Stops a new trace chunk.