diff --git a/docs/src/test-typescript-js.md b/docs/src/test-typescript-js.md index c4e8790492..32d2c7a7f9 100644 --- a/docs/src/test-typescript-js.md +++ b/docs/src/test-typescript-js.md @@ -5,7 +5,7 @@ title: "Advanced: TypeScript" ## Manually compile tests with TypeScript -Playwright Test supports TypeScript out the box. We automatically transform +Playwright Test supports TypeScript out of the box. We automatically transform TypeScript code to javascript to run it. However if you find that the TypeScript code is not being transpiled correctly,