Skip to content

Commit fd008f5

Browse files
hdavidzhujleyba
authored andcommitted
FIX: Small documentation typo. (#2518)
1 parent 23a24f5 commit fd008f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/node/selenium-webdriver/lib/webdriver.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ class WebDriver {
308308

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

779779
/**
780-
* Schedules a command to retrieve they current window handle.
780+
* Schedules a command to retrieve the current window handle.
781781
* @return {!promise.Promise<string>} A promise that will be
782782
* resolved with the current window handle.
783783
*/

0 commit comments

Comments
 (0)