From 7cd390b708c5b72e2563f0dd09904742cba1eba7 Mon Sep 17 00:00:00 2001 From: Oleksandr Pelykh Date: Wed, 18 Oct 2023 23:56:22 +0300 Subject: [PATCH] docs (test-cli-js.md): fix typo for list marker (#27636) --- docs/src/test-cli-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/test-cli-js.md b/docs/src/test-cli-js.md index 56013e4f49..99176626c6 100644 --- a/docs/src/test-cli-js.md +++ b/docs/src/test-cli-js.md @@ -62,7 +62,7 @@ Here are the most common options available in the command line. npx playwright test --debug ``` - -- Run tests in interactive UI mode, with a built-in watch mode (Preview) +- Run tests in interactive UI mode, with a built-in watch mode (Preview) ```bash npx playwright test --ui ```