Skip to content

Commit 334096e

Browse files
authored
docs(pom): fixed JS example which contained TS (#6917)
1 parent 52878bb commit 334096e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/test-pom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We will create a `PlaywrightDevPage` helper class to encapsulate common operatio
1010
```js js-flavor=js
1111
// playwright-dev-page.js
1212
exports.PlaywrightDevPage = class PlaywrightDevPage {
13-
constructor(page: Page) {
13+
constructor(page) {
1414
this.page = page;
1515
}
1616

0 commit comments

Comments
 (0)