Skip to content

Commit

Permalink
doc: fix a link (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsemozhetbyt authored and ebidel committed Sep 22, 2017
1 parent ccf8fb1 commit acdb588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Expand Up @@ -982,7 +982,7 @@ Dispatches a `keyup` event.
- `delay` <[number]> Time to wait between `mousedown` and `mouseup` in milliseconds. Defaults to 0.
- returns: <[Promise]>

Shortcut for [`mouse.move`](#mousemovex-y), [`mouse.down`](#mousedownoptions) and [`mouse.up`](#mouseupoptions).
Shortcut for [`mouse.move`](#mousemovex-y-options), [`mouse.down`](#mousedownoptions) and [`mouse.up`](#mouseupoptions).

#### mouse.down([options])
- `options` <[Object]>
Expand Down

0 comments on commit acdb588

Please sign in to comment.