From edd8f440667fb7b53416d962eeb6889ce6c8e4be Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Thu, 14 Jul 2022 16:19:55 +0200 Subject: [PATCH] docs: minor text fixes (#15656) --- docs/src/intro-js.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/src/intro-js.md b/docs/src/intro-js.md index e5ed0df702..010982398f 100644 --- a/docs/src/intro-js.md +++ b/docs/src/intro-js.md @@ -25,7 +25,7 @@ npm init playwright@latest ```bash -yarn create playwright@latest +yarn create playwright ``` @@ -37,7 +37,6 @@ Run the install command and select the following to get started: - Name of your Tests folder (default is tests or e2e if you already have a tests folder in your project) - Add a GitHub Actions workflow to easily run tests on CI - ## What's Installed @@ -49,7 +48,7 @@ package.json package-lock.json tests/ example.spec.ts -tests-demos/ +tests-examples/ demo-todo-app.spec.ts ```