From 66a95c689778445b260388791bbf91ed5d663862 Mon Sep 17 00:00:00 2001 From: Ben Hammond Date: Sun, 3 Apr 2022 19:01:02 -0600 Subject: [PATCH] docs(ci): fix typo (#13276) --- docs/src/ci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/ci.md b/docs/src/ci.md index 5ea2ad95ed..a67afde307 100644 --- a/docs/src/ci.md +++ b/docs/src/ci.md @@ -91,7 +91,7 @@ We run [our tests](https://github.com/microsoft/playwright/blob/main/.github/wor ### GitHub Actions on deployment This will start the tests after a [GitHub Deployment](https://developer.github.com/v3/repos/deployments/) went into the `success` state. -Services like Azure Static Web Apps, Netlify, Vercel, etc. use this pattern so you can run your end-to-end tests on their deployed enviornment. +Services like Azure Static Web Apps, Netlify, Vercel, etc. use this pattern so you can run your end-to-end tests on their deployed environment. ```yml name: Playwright Tests