From 7e67504504ad924304a42950f0615a8fe5958f0a Mon Sep 17 00:00:00 2001 From: Anirvan Chatterjee <57606+anirvan@users.noreply.github.com> Date: Tue, 17 Jan 2023 00:45:26 -0800 Subject: [PATCH] Fix minor typo in readme ("whish" -> "wish") --- packages/puppeteer-extra-plugin-stealth/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/puppeteer-extra-plugin-stealth/readme.md b/packages/puppeteer-extra-plugin-stealth/readme.md index 8945d889..999597d5 100644 --- a/packages/puppeteer-extra-plugin-stealth/readme.md +++ b/packages/puppeteer-extra-plugin-stealth/readme.md @@ -212,7 +212,7 @@ code mods for evasions that have been enabled, to keep things modular and effici The `stealth` plugin is a convenience wrapper that requires multiple [evasion techniques](./evasions/) automatically and comes with defaults. You could also bypass the main module and require -specific evasion plugins yourself, if you whish to do so (as they're standalone `puppeteer-extra` plugins): +specific evasion plugins yourself, if you wish to do so (as they're standalone `puppeteer-extra` plugins): ```es6 // bypass main module and require a specific stealth plugin directly: