From ff302354bbf69c7bbb1ad94fd347c32855fb492f Mon Sep 17 00:00:00 2001 From: Damian Senn Date: Tue, 28 Jan 2020 16:52:42 +0100 Subject: [PATCH] chore: fix package typo in packages README (#707) --- packages/playwright-chromium/README.md | 2 +- packages/playwright-firefox/README.md | 2 +- packages/playwright-webkit/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/playwright-chromium/README.md b/packages/playwright-chromium/README.md index 8c10a95d5f..eae526c301 100644 --- a/packages/playwright-chromium/README.md +++ b/packages/playwright-chromium/README.md @@ -1,2 +1,2 @@ # playwright-chromium -This packagage contains the [Chromium](https://www.chromium.org/) flavor of [Playwright](http://github.com/microsoft/playwright). +This package contains the [Chromium](https://www.chromium.org/) flavor of [Playwright](http://github.com/microsoft/playwright). diff --git a/packages/playwright-firefox/README.md b/packages/playwright-firefox/README.md index 975e53f5db..04305b8761 100644 --- a/packages/playwright-firefox/README.md +++ b/packages/playwright-firefox/README.md @@ -1,2 +1,2 @@ # playwright-firefox -This packagage contains the [Firefox](https://www.mozilla.org/firefox/) flavor of [Playwright](http://github.com/microsoft/playwright). +This package contains the [Firefox](https://www.mozilla.org/firefox/) flavor of [Playwright](http://github.com/microsoft/playwright). diff --git a/packages/playwright-webkit/README.md b/packages/playwright-webkit/README.md index e4a5808f9b..1b7b9ee2a2 100644 --- a/packages/playwright-webkit/README.md +++ b/packages/playwright-webkit/README.md @@ -1,2 +1,2 @@ # playwright-webkit -This packagage contains the [WebKit](https://www.webkit.org/) flavor of [Playwright](http://github.com/microsoft/playwright). +This package contains the [WebKit](https://www.webkit.org/) flavor of [Playwright](http://github.com/microsoft/playwright).