From c4f43b45343690cd40b7efa52093c0f902045c09 Mon Sep 17 00:00:00 2001 From: Ruslan Makarov Date: Sun, 16 Jan 2022 04:31:52 +0400 Subject: [PATCH] docs: typographical error correct #11425 (#11426) --- docs/src/navigations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/navigations.md b/docs/src/navigations.md index d05932867a..dbd42cef31 100644 --- a/docs/src/navigations.md +++ b/docs/src/navigations.md @@ -317,7 +317,7 @@ await Promise.all([ // It is important to call waitForNavigation before click to set up waiting. page.waitForNavigation(), // Triggers a navigation after a timeout. - page.locator('div.delayed-navigation').clikc(), + page.locator('div.delayed-navigation').click(), ]); ``` @@ -503,4 +503,4 @@ await page.ScreenshotAsync(); ``` ### API reference -- [`method: Page.waitForFunction`] \ No newline at end of file +- [`method: Page.waitForFunction`]