mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs: fix typo in event: 'load'
section (#325)
fix `JavaScriot` to `JavaScript`
This commit is contained in:
parent
e5876c7b4e
commit
e7356bf611
@ -257,7 +257,7 @@ Emitted when a frame is navigated to a new url.
|
||||
|
||||
#### event: 'load'
|
||||
|
||||
Emitted when the JavaScriot [`load`](https://developer.mozilla.org/en-US/docs/Web/Events/load) event is dispatched.
|
||||
Emitted when the JavaScript [`load`](https://developer.mozilla.org/en-US/docs/Web/Events/load) event is dispatched.
|
||||
|
||||
#### event: 'pageerror'
|
||||
- <[string]> The exception message
|
||||
|
Loading…
Reference in New Issue
Block a user