mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs: fix typo in docs visible on main page (#9607)
This commit is contained in:
parent
2457597410
commit
40068a7d86
@ -149,7 +149,7 @@ import puppeteer from 'puppeteer';
|
|||||||
await page.waitForSelector(searchResultSelector);
|
await page.waitForSelector(searchResultSelector);
|
||||||
await page.click(searchResultSelector);
|
await page.click(searchResultSelector);
|
||||||
|
|
||||||
// Localte the full title with a unique string
|
// Locate the full title with a unique string
|
||||||
const textSelector = await page.waitForSelector(
|
const textSelector = await page.waitForSelector(
|
||||||
'text/Customize and automate'
|
'text/Customize and automate'
|
||||||
);
|
);
|
||||||
|
@ -149,7 +149,7 @@ import puppeteer from 'puppeteer';
|
|||||||
await page.waitForSelector(searchResultSelector);
|
await page.waitForSelector(searchResultSelector);
|
||||||
await page.click(searchResultSelector);
|
await page.click(searchResultSelector);
|
||||||
|
|
||||||
// Localte the full title with a unique string
|
// Locate the full title with a unique string
|
||||||
const textSelector = await page.waitForSelector(
|
const textSelector = await page.waitForSelector(
|
||||||
'text/Customize and automate'
|
'text/Customize and automate'
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user