From bcae69e653bbf61c3a298d6281f0d60b9e6b882f Mon Sep 17 00:00:00 2001 From: Michael Rienstra Date: Tue, 12 Oct 2021 08:19:21 -0700 Subject: [PATCH] docs: minor change for readability (#9400) --- 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 236103128f..5a1d9e15a3 100644 --- a/docs/src/intro-js.md +++ b/docs/src/intro-js.md @@ -3,7 +3,7 @@ id: intro title: "Getting started" --- -Playwright can either be used as a part of the Playwright Test (this guide), or as a [Playwright Library](./library.md). +Playwright can either be used as a part of the Playwright Test test runner (this guide), or as a [Playwright Library](./library.md). Playwright Test was created specifically to accommodate the needs of the end-to-end testing. It does everything you would expect from the regular test runner, and more. Playwright test allows to: