From 7cb1b2db394d1608a4c14dc2f9edc9e4eec82e2e Mon Sep 17 00:00:00 2001 From: Pob Ch <590650@gmail.com> Date: Sat, 28 Jan 2023 18:02:53 +0700 Subject: [PATCH] docs(getting-started): fix typo (#20468) Signed-off-by: Pob Ch <590650@gmail.com> --- docs/src/getting-started-vscode-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/getting-started-vscode-js.md b/docs/src/getting-started-vscode-js.md index 7e0d1ca586..fec54ee963 100644 --- a/docs/src/getting-started-vscode-js.md +++ b/docs/src/getting-started-vscode-js.md @@ -68,7 +68,7 @@ If your test fails VS Code will show you error messages right in the editor show ### Live Debugging -You can debug your test live in VS Code. After running a test with the `Show Browser` option checked, click on any of the locators in VS Code and it will be highlighted in the Browser window. Playwright will highlight it if it exits and show you if there is more than one result +You can debug your test live in VS Code. After running a test with the `Show Browser` option checked, click on any of the locators in VS Code and it will be highlighted in the Browser window. Playwright will highlight it if it exists and show you if there is more than one result live debugging in VS Code