docs: fix typo (#10658)

This commit is contained in:
Nikolay Vitkov 2023-08-01 14:29:42 +02:00 committed by GitHub
parent c476058a16
commit 7de91f16b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ export class ChromeLauncher extends ProductLauncher {
[
'\x1B[1m\x1B[43m\x1B[30m',
'Puppeteer old Headless deprecation warning:\x1B[0m\x1B[33m',
' In the near feature `headless: true` will default to the new Headless mode',
' In the near future `headless: true` will default to the new Headless mode',
' for Chrome instead of the old Headless implementation. For more',
' information, please see https://developer.chrome.com/articles/new-headless/.',
' Consider opting in early by passing `headless: "new"` to `puppeteer.launch()`',