doc: Fix typo in 1.34.0 release notes (#23188)

Fix a typo found in 1.34.0 release notes

Signed-off-by: Tianzhen Lin (Tangent) <tangent@usa.net>
This commit is contained in:
Tianzhen Lin (Tangent) 2023-05-22 13:16:46 -04:00 committed by GitHub
parent 631edc9744
commit 86b49993dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ import LiteYouTube from '@site/src/components/LiteYouTube';
* New property [`property: TestProject.teardown`] to specify a project that needs to run after this * New property [`property: TestProject.teardown`] to specify a project that needs to run after this
and all dependent projects have finished. Teardown is useful to cleanup any resources acquired by this project. and all dependent projects have finished. Teardown is useful to cleanup any resources acquired by this project.
A commong pattern would be a `setup` dependency with a corresponding `teardown`: A common pattern would be a `setup` dependency with a corresponding `teardown`:
```js title="playwright.config.ts" ```js title="playwright.config.ts"
import { defineConfig } from '@playwright/test'; import { defineConfig } from '@playwright/test';