From e786eddf5ac68727539e3fcd9b20ccbed44899a6 Mon Sep 17 00:00:00 2001 From: Matt Hooper Date: Fri, 22 Sep 2023 11:47:48 -0600 Subject: [PATCH] chore: Update README grammar (#27159) --- docs/src/ci-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/ci-intro.md b/docs/src/ci-intro.md index dec2210ce9..28e2553d39 100644 --- a/docs/src/ci-intro.md +++ b/docs/src/ci-intro.md @@ -6,7 +6,7 @@ title: "CI GitHub Actions" ## Introduction * langs: js -Playwright tests can be ran on any CI provider. In this section we will cover running tests on GitHub using GitHub actions. If you would like to see how to configure other CI providers check out our detailed [doc on Continuous Integration](./ci.md). +Playwright tests can be run on any CI provider. In this section we will cover running tests on GitHub using GitHub actions. If you would like to see how to configure other CI providers check out our detailed [doc on Continuous Integration](./ci.md). When [installing Playwright](./intro.md) using the [VS Code extension](./getting-started-vscode.md) or with `npm init playwright@latest` you are given the option to add a [GitHub Actions](https://docs.github.com/en/actions). This creates a `playwright.yml` file inside a `.github/workflows` folder containing everything you need so that your tests run on each push and pull request into the main/master branch.