diff --git a/javascript/node/selenium-webdriver/chromium.js b/javascript/node/selenium-webdriver/chromium.js index 5debca2335b0a..4e9e11f8995c2 100644 --- a/javascript/node/selenium-webdriver/chromium.js +++ b/javascript/node/selenium-webdriver/chromium.js @@ -725,11 +725,11 @@ class Driver extends webdriver.WebDriver { } /** - * ends an arbitrary devtools command to the browser and get the result. + * Sends an arbitrary devtools command to the browser and get the result. * * @param {string} cmd The name of the command to send. * @param {Object=} params The command parameters. - * @return {!Promise} A promise that will be resolved when the command + * @return {!Promise} A promise that will be resolved when the command * has finished. * @see */