chore: fix typos (#12242)

This commit is contained in:
Ahsan Moin
2024-04-09 06:36:02 -04:00
committed by GitHub
parent ee931ca8a0
commit 4ba7c9e093
12 changed files with 12 additions and 12 deletions

View File

@@ -151,7 +151,7 @@ export abstract class BrowserContext extends EventEmitter<BrowserContextEvents>
*
* @deprecated In Chrome, the
* {@link Browser.defaultBrowserContext | default browser context} can also be
* "icognito" if configured via the arguments and in such cases this getter
* "incognito" if configured via the arguments and in such cases this getter
* returns wrong results (see
* https://github.com/puppeteer/puppeteer/issues/8836). Also, the term
* "incognito" is not applicable to other browsers. To migrate, check the