Skip to content

Commit

Permalink
js: Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Leyba <[email protected]>
  • Loading branch information
dbo authored and jleyba committed Jun 7, 2015
1 parent d552c47 commit 5312b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/chrome.js
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ Options.prototype.androidPackage = function(pkg) {
* @return {!Options} A self reference.
*/
Options.prototype.androidProcess = function(processName) {
this.options_.androidProcess = pkg;
this.options_.androidProcess = processName;
return this;
};

Expand Down

0 comments on commit 5312b9f

Please sign in to comment.