Skip to content

Commit 7e0febb

Browse files
hgsgtkharsha509
andauthored
[js]: fix a tiny typo in chromium.js (#11073)
chore(js): fix a typo It is just a tiny typo fix in chromium.js. Co-authored-by: Sri Harsha <[email protected]>
1 parent b878a99 commit 7e0febb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/node/selenium-webdriver/chromium.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ class Driver extends webdriver.WebDriver {
706706
/**
707707
* Schedules a command to get Chromium network emulation settings.
708708
* @return {!Promise} A promise that will be resolved when network
709-
* emulation settings are retrievied.
709+
* emulation settings are retrieved.
710710
*/
711711
getNetworkConditions() {
712712
return this.execute(new command.Command(Command.GET_NETWORK_CONDITIONS))

0 commit comments

Comments
 (0)