Skip to content

Commit

Permalink
FIX: Small documentation typo. (#2518)
Browse files Browse the repository at this point in the history
  • Loading branch information
hdavidzhu authored and jleyba committed Jul 25, 2016
1 parent 23a24f5 commit fd008f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javascript/node/selenium-webdriver/lib/webdriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ class WebDriver {

/**
* Creates a new WebDriver session.
*
*
* By default, the requested session `capabilities` are merely "desired" and
* the remote end will still create a new session even if it cannot satisfy
* all of the requested capabilities. You can query which capabilities a
Expand Down Expand Up @@ -777,7 +777,7 @@ class WebDriver {
}

/**
* Schedules a command to retrieve they current window handle.
* Schedules a command to retrieve the current window handle.
* @return {!promise.Promise<string>} A promise that will be
* resolved with the current window handle.
*/
Expand Down

0 comments on commit fd008f5

Please sign in to comment.