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 коммит произвёл GitHub
Родитель 631edc9744
Коммит 86b49993dc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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