docs: fix broken docslint (#17223)

This commit is contained in:
Max Schmitt 2022-09-09 20:08:22 +02:00 committed by GitHub
parent 2a5acfac97
commit 5b61b46f31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ var request = await waitForRequestTask;
Console.WriteLine(request.Url);
```
Wait for popup window using [`method: Page.waitForEvent`]:
Wait for popup window:
```js
// Note that Promise.all prevents a race condition