docs: typographical error correct #11425 (#11426)

This commit is contained in:
Ruslan Makarov 2022-01-16 04:31:52 +04:00 committed by GitHub
parent 1b0c350d0a
commit c4f43b4534
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`]
- [`method: Page.waitForFunction`]