Skip to content

Commit

Permalink
Fix documentation typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jleyba committed Aug 27, 2014
1 parent 1fd667e commit 396b94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/webdriver/capabilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ webdriver.Capabilities.prototype.setScrollBehavior = function(behavior) {
/**
* Sets the default action to take with an unexpected alert before returning
* an error.
* @param {string} beahvior The desired behavior; should be "accept", "dismiss",
* @param {string} behavior The desired behavior; should be "accept", "dismiss",
* or "ignore". Defaults to "dismiss".
* @return {!webdriver.Capabilities} A self reference.
*/
Expand Down

0 comments on commit 396b94b

Please sign in to comment.