From cd8ef8f0e92c1abee740796a3ab2019058ac8be0 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Tue, 24 Oct 2023 09:23:50 +0200 Subject: [PATCH] docs: fix typos in readme (#11241) --- README.md | 4 ++-- docs/index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3ae87ad1..3fc9c9df 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ information. #### `puppeteer-core` -Every release since v1.7.0 we publish two packages: +For every release since v1.7.0 we publish two packages: - [`puppeteer`](https://www.npmjs.com/package/puppeteer) - [`puppeteer-core`](https://www.npmjs.com/package/puppeteer-core) @@ -110,7 +110,7 @@ You should use `puppeteer-core` if you are or [managing browsers yourself](https://pptr.dev/browsers-api/). If you are managing browsers yourself, you will need to call [`puppeteer.launch`](https://pptr.dev/api/puppeteer.puppeteernode.launch) with -an an explicit +an explicit [`executablePath`](https://pptr.dev/api/puppeteer.launchoptions) (or [`channel`](https://pptr.dev/api/puppeteer.launchoptions) if it's installed in a standard location). diff --git a/docs/index.md b/docs/index.md index 3ae87ad1..3fc9c9df 100644 --- a/docs/index.md +++ b/docs/index.md @@ -90,7 +90,7 @@ information. #### `puppeteer-core` -Every release since v1.7.0 we publish two packages: +For every release since v1.7.0 we publish two packages: - [`puppeteer`](https://www.npmjs.com/package/puppeteer) - [`puppeteer-core`](https://www.npmjs.com/package/puppeteer-core) @@ -110,7 +110,7 @@ You should use `puppeteer-core` if you are or [managing browsers yourself](https://pptr.dev/browsers-api/). If you are managing browsers yourself, you will need to call [`puppeteer.launch`](https://pptr.dev/api/puppeteer.puppeteernode.launch) with -an an explicit +an explicit [`executablePath`](https://pptr.dev/api/puppeteer.launchoptions) (or [`channel`](https://pptr.dev/api/puppeteer.launchoptions) if it's installed in a standard location).