Skip to content

Commit 5312b9f

Browse files
dbojleyba
authored andcommitted
js: Fix typo
Signed-off-by: Jason Leyba <[email protected]>
1 parent d552c47 commit 5312b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/node/selenium-webdriver/chrome.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ Options.prototype.androidPackage = function(pkg) {
615615
* @return {!Options} A self reference.
616616
*/
617617
Options.prototype.androidProcess = function(processName) {
618-
this.options_.androidProcess = pkg;
618+
this.options_.androidProcess = processName;
619619
return this;
620620
};
621621

0 commit comments

Comments
 (0)