diff --git a/docs/src/api/class-page.md b/docs/src/api/class-page.md index c00d85f6353dd..9f40de29ec88c 100644 --- a/docs/src/api/class-page.md +++ b/docs/src/api/class-page.md @@ -3422,7 +3422,7 @@ Will throw an error if the page is closed before the [`event: Page.requestFinish ### option: Page.waitForRequestFinished.predicate = - `predicate` <[function]\([Request]\):[boolean]> -Receives the [ConsoleMessage] object and resolves to truthy value when the waiting should resolve. +Receives the [Request] object and resolves to truthy value when the waiting should resolve. ### option: Page.waitForRequestFinished.timeout = %%-wait-for-event-timeout-%%