diff --git a/docs/src/release-notes-csharp.md b/docs/src/release-notes-csharp.md index d13a924d19..9dc037c1a8 100644 --- a/docs/src/release-notes-csharp.md +++ b/docs/src/release-notes-csharp.md @@ -973,7 +973,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.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. +- [`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.