docs: fix typo in docs visible on main page (#9607)

This commit is contained in:
Matt Welke 2023-01-31 04:15:58 -05:00 committed by GitHub
parent 2457597410
commit 40068a7d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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'
); );

View File

@ -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'
); );