From 92e990bc6a58811a8b71470b67e11525c2813683 Mon Sep 17 00:00:00 2001 From: olexandr13 Date: Thu, 20 Jan 2022 15:14:25 +0200 Subject: [PATCH] docs: fix typo chome > chrome (#11512) --- docs/src/release-notes-js.md | 2 +- docs/src/release-notes-python.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/release-notes-js.md b/docs/src/release-notes-js.md index 69cac03dd3..4fc4ecf5df 100644 --- a/docs/src/release-notes-js.md +++ b/docs/src/release-notes-js.md @@ -487,7 +487,7 @@ Learn more in the [documentation](./test-advanced#launching-a-development-web-se - [Intro](./intro.md) - [Authentication](./auth.md) -- [Chome Extensions](./chrome-extensions.md) +- [Chrome Extensions](./chrome-extensions.md) - [Playwright Test Annotations](./test-annotations.md) - [Playwright Test Configuration](./test-configuration.md) - [Playwright Test Fixtures](./test-fixtures.md) diff --git a/docs/src/release-notes-python.md b/docs/src/release-notes-python.md index 879ee7be71..931a67fa44 100644 --- a/docs/src/release-notes-python.md +++ b/docs/src/release-notes-python.md @@ -300,7 +300,7 @@ button.click("button >> visible=true") - [Intro](./intro.md) - [Authentication](./auth.md) -- [Chome Extensions](./chrome-extensions.md) +- [Chrome Extensions](./chrome-extensions.md) #### Browser Versions