Skip to content

Commit

Permalink
chore: fix docs linter (#6009)
Browse files Browse the repository at this point in the history
4205ff7 removed the header in the Mouse class documentation, but the linter requires the reference to that header to be removed as well.
  • Loading branch information
TimvdLippe committed Jun 12, 2020
1 parent 4205ff7 commit 398c16d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/api.md
Expand Up @@ -185,7 +185,6 @@
* [keyboard.type(text[, options])](#keyboardtypetext-options)
* [keyboard.up(key)](#keyboardupkey)
- [class: Mouse](#class-mouse)
* [Selecting text and moving the mouse](#selecting-text-and-moving-the-mouse)
* [mouse.click(x, y[, options])](#mouseclickx-y-options)
* [mouse.down([options])](#mousedownoptions)
* [mouse.move(x, y[, options])](#mousemovex-y-options)
Expand Down

0 comments on commit 398c16d

Please sign in to comment.