Skip to content

Commit 396b94b

Browse files
committed
Fix documentation typo.
1 parent 1fd667e commit 396b94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/webdriver/capabilities.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ webdriver.Capabilities.prototype.setScrollBehavior = function(behavior) {
390390
/**
391391
* Sets the default action to take with an unexpected alert before returning
392392
* an error.
393-
* @param {string} beahvior The desired behavior; should be "accept", "dismiss",
393+
* @param {string} behavior The desired behavior; should be "accept", "dismiss",
394394
* or "ignore". Defaults to "dismiss".
395395
* @return {!webdriver.Capabilities} A self reference.
396396
*/

0 commit comments

Comments
 (0)