docs(ci): fix typo (#13276)

This commit is contained in:
Ben Hammond 2022-04-03 19:01:02 -06:00 committed by GitHub
parent bcb12fcf7f
commit 66a95c6897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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