Skip to content

Commit

Permalink
docs(api.md): fix typo (#4761)
Browse files Browse the repository at this point in the history
  • Loading branch information
elaichenkov authored and aslushnikov committed Jul 29, 2019
1 parent 7a60746 commit 7fded54
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 @@ -488,7 +488,7 @@ puppeteer.launch().then(async browser => {
- returns: <[Object]>
- `TimeoutError` <[function]> A class of [TimeoutError].

Puppeteer methods might throw errors if they are unable to fufill a request. For example, [page.waitForSelector(selector[, options])](#pagewaitforselectorselector-options)
Puppeteer methods might throw errors if they are unable to fulfill a request. For example, [page.waitForSelector(selector[, options])](#pagewaitforselectorselector-options)
might fail if the selector doesn't match any nodes during the given timeframe.

For certain types of errors Puppeteer uses specific error classes.
Expand Down

0 comments on commit 7fded54

Please sign in to comment.