From 5b61b46f319794cd2c67f69f5e6ad9e4a676ef8a Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Fri, 9 Sep 2022 20:08:22 +0200 Subject: [PATCH] docs: fix broken docslint (#17223) --- docs/src/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/events.md b/docs/src/events.md index d15985e013..f0f93581f7 100644 --- a/docs/src/events.md +++ b/docs/src/events.md @@ -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