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:
Родитель
631edc9744
Коммит
86b49993dc
|
@ -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
|
||||
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"
|
||||
import { defineConfig } from '@playwright/test';
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче