소스 검색

fix playwright spelling

Evan Almloff 2 년 전
부모
커밋
8acac270a6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/guide/src/en/contributing/index.md

+ 1 - 1
docs/guide/src/en/contributing/index.md

@@ -41,7 +41,7 @@ cargo check --workspace --examples --tests
 cargo clippy --workspace --examples --tests -- -D warnings
 ```
 
-- Browser tests are automated with [Playwrite](https://playwright.dev/docs/intro#installing-playwright)
+- Browser tests are automated with [Playwright](https://playwright.dev/docs/intro#installing-playwright)
 
 ```sh
 npx playwright test