diff --git a/docs/src/browsers.md b/docs/src/browsers.md index 1cc10d7a8d..4b13b35c4c 100644 --- a/docs/src/browsers.md +++ b/docs/src/browsers.md @@ -452,7 +452,7 @@ Certain Enterprise Browser Policies may impact Playwright's ability to launch an ::: :::warning -Google Chrome and Microsoft Edge have switched to a [new headless mode](https://developer.chrome.com/docs/chromium/headless) implementation that is closer to a regular headed mode. This differs from [chromium headless shell](https://developer.chrome.com/blog/chrome-headless-shell) that is used in Playwright by default when running headless, so expect different behavior in some cases. See [issue #33566](https://github.com/microsoft/playwright/issues/33566) fore details. +Google Chrome and Microsoft Edge have switched to a [new headless mode](https://developer.chrome.com/docs/chromium/headless) implementation that is closer to a regular headed mode. This differs from [chromium headless shell](https://developer.chrome.com/blog/chrome-headless-shell) that is used in Playwright by default when running headless, so expect different behavior in some cases. See [issue #33566](https://github.com/microsoft/playwright/issues/33566) for details. ::: ```js