diff --git a/javascript/node/selenium-webdriver/lib/webdriver.js b/javascript/node/selenium-webdriver/lib/webdriver.js index c65366e3ef405..3f795b0db3bb9 100644 --- a/javascript/node/selenium-webdriver/lib/webdriver.js +++ b/javascript/node/selenium-webdriver/lib/webdriver.js @@ -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 @@ -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} A promise that will be * resolved with the current window handle. */