From 40068a7d864569960355a16592b105a9641e6482 Mon Sep 17 00:00:00 2001 From: Matt Welke Date: Tue, 31 Jan 2023 04:15:58 -0500 Subject: [PATCH] docs: fix typo in docs visible on main page (#9607) --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27c51a90..e8a22204 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ import puppeteer from 'puppeteer'; await page.waitForSelector(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( 'text/Customize and automate' ); diff --git a/docs/index.md b/docs/index.md index 27c51a90..e8a22204 100644 --- a/docs/index.md +++ b/docs/index.md @@ -149,7 +149,7 @@ import puppeteer from 'puppeteer'; await page.waitForSelector(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( 'text/Customize and automate' );