From 398c16d61db0b3c5209a56bab890a8be7a851879 Mon Sep 17 00:00:00 2001 From: Tim van der Lippe Date: Fri, 12 Jun 2020 17:24:53 +0100 Subject: [PATCH] chore: fix docs linter (#6009) https://github.com/puppeteer/puppeteer/commit/4205ff79d93c1d27b9cadde6f56c19be04397abd removed the header in the Mouse class documentation, but the linter requires the reference to that header to be removed as well. --- docs/api.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 9ee39413a28..746e4f1ce36 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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)