From 3c71125d7fd9fa9c6958370ca1043c9d4efc5cc7 Mon Sep 17 00:00:00 2001 From: Marcin Pietruszka Date: Fri, 24 Apr 2020 17:48:19 +0200 Subject: [PATCH] Fix typo (#1961) --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 4c8235b489ebf..463c26dd11f25 100644 --- a/docs/api.md +++ b/docs/api.md @@ -2089,7 +2089,7 @@ Bear in mind that if the first click of the `dblclick()` triggers a navigation e > **NOTE** `frame.dblclick()` dispatches two `click` events and a single `dblclick` event. #### frame.dispatchEvent(selector, type[, eventInit, options]) -- `selector` <[string]> A selector to search for element to double click. If there are multiple elements satisfying the selector, the first will be double clicked. +- `selector` <[string]> A selector to search for element to use. If there are multiple elements satisfying the selector, the first will be double clicked. - `type` <[string]> DOM event type: `"click"`, `"dragstart"`, etc. - `eventInit` <[Object]> event-specific initialization properties. - `options` <[Object]>