chore: fix docs linter (#6009)

4205ff79d9 removed the header in the Mouse class documentation, but the linter requires the reference to that header to be removed as well.
This commit is contained in:
Tim van der Lippe 2020-06-12 17:24:53 +01:00 committed by GitHub
parent 4205ff79d9
commit 398c16d61d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)