docs(test-typescript): fix grammatical mistake (#8907)

This commit is contained in:
Nav-2d 2021-09-13 21:10:31 -07:00 committed by GitHub
parent 16baaa317d
commit 9814dfb6c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,