From b5a40a90c2d29445854b2a7d472f602eb770cc3d Mon Sep 17 00:00:00 2001 From: Caleb St-Denis Date: Tue, 3 Oct 2023 03:52:33 -0400 Subject: [PATCH] docs: Fix typo in JS intro (#27401) --- docs/src/intro-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/intro-js.md b/docs/src/intro-js.md index 6711777967..92a948c94d 100644 --- a/docs/src/intro-js.md +++ b/docs/src/intro-js.md @@ -107,7 +107,7 @@ npx playwright test --ui ``` ![UI Mode](https://github.com/microsoft/playwright/assets/13063165/c5b501cc-4f5d-485a-87cc-66044c651786) -Check out or [detailed guide on UI Mode](./test-ui-mode.md) to learn more about it's features. +Check out or [detailed guide on UI Mode](./test-ui-mode.md) to learn more about its features. ## Updating Playwright