Skip to content

Commit

Permalink
docs: fix typo in event: 'load' section (puppeteer#325)
Browse files Browse the repository at this point in the history
fix `JavaScriot` to `JavaScript`
  • Loading branch information
tkdn authored and aslushnikov committed Aug 17, 2017
1 parent e5876c7 commit e7356bf
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 @@ -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
Expand Down

0 comments on commit e7356bf

Please sign in to comment.