Skip to content

Commit

Permalink
docs(api.md): Fix incorrect link to PageEvent (#1353)
Browse files Browse the repository at this point in the history
Minor typo :)
  • Loading branch information
kevmo314 authored Mar 12, 2020
1 parent c1ef683 commit b3f87e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4269,7 +4269,7 @@ const { chromium } = require('playwright');
[Mouse]: #class-mouse "Mouse"
[Object]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object "Object"
[Page]: #class-page "Page"
[PageEvent]: #class-page "PageEvent"
[PageEvent]: #class-pageevent "PageEvent"
[Playwright]: #class-playwright "Playwright"
[Promise]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise "Promise"
[RegExp]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp
Expand Down

0 comments on commit b3f87e8

Please sign in to comment.