From cf71b92484660c750bc20f6162f3eacbf85f0bc2 Mon Sep 17 00:00:00 2001 From: hgsgtk Date: Sun, 2 Oct 2022 10:01:01 +0900 Subject: [PATCH] chore(js): fix a typo It is just a tiny typo fix in chromium.js. --- javascript/node/selenium-webdriver/chromium.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/node/selenium-webdriver/chromium.js b/javascript/node/selenium-webdriver/chromium.js index 9b1eb0ee65b27..52c5aed4a2bd4 100644 --- a/javascript/node/selenium-webdriver/chromium.js +++ b/javascript/node/selenium-webdriver/chromium.js @@ -706,7 +706,7 @@ class Driver extends webdriver.WebDriver { /** * Schedules a command to get Chromium network emulation settings. * @return {!Promise} A promise that will be resolved when network - * emulation settings are retrievied. + * emulation settings are retrieved. */ getNetworkConditions() { return this.execute(new command.Command(Command.GET_NETWORK_CONDITIONS))