Skip to content

Commit ce3129b

Browse files
committed
Fixed type
1 parent 3c4e1eb commit ce3129b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/waitForElement.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Waits until Element will appear
3-
* @param {HTMLElement} elSelector Selector to locate Element
3+
* @param {string} elSelector Selector to locate Element
44
* @param {number} timeout Maximum timeout after which Error will be thrown
55
* @param {() => void} callback Callback to be called after Element appearance
66
*/

0 commit comments

Comments
 (0)