Skip to content

Commit

Permalink
docs(api.md): Fix typo (#3273)
Browse files Browse the repository at this point in the history
  • Loading branch information
xcatliu authored and aslushnikov committed Sep 19, 2018
1 parent b97bddf commit 27477a1
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 @@ -1371,7 +1371,7 @@ The `page.goto` will throw an error if:
- returns: <[Promise]> Promise which resolves when the element matching `selector` is successfully hovered. Promise gets rejected if there's no element matching `selector`.

This method fetches an element with `selector`, scrolls it into view if needed, and then uses [page.mouse](#pagemouse) to hover over the center of the element.
If a there's no element matching `selector`, the method throws an error.
If there's no element matching `selector`, the method throws an error.

Shortcut for [page.mainFrame().hover(selector)](#framehoverselector).

Expand Down

0 comments on commit 27477a1

Please sign in to comment.