Skip to content

Commit

Permalink
typo in method description
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanDor authored and p0deje committed May 4, 2019
1 parent 490f2d5 commit 7dc63b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/lib/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ class Actions {
* 3. If the `to` target is a {@linkplain ./webdriver.WebElement WebElement},
* move the mouse to its center. Otherwise, move the mouse by the
* specified offset.
* 4. Releae the left mouse button.
* 4. Release the left mouse button.
*
* @param {!./webdriver.WebElement} from The element to press the left mouse
* button on to start the drag.
Expand Down

0 comments on commit 7dc63b1

Please sign in to comment.