docs: fix broken docs by wrong snippet lang (#12306)

This commit is contained in:
Max Schmitt 2022-02-23 14:35:40 +01:00 committed by GitHub
parent 290410e44f
commit 5be9f68446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -561,7 +561,7 @@ test('numeric ranges', () => {
For TypeScript, also add the following to `global.d.ts`. You don't need it for JavaScript.
```js js-flavor=ts
```js
// global.d.ts
declare global {
namespace PlaywrightTest {