We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe798d0 commit 355f7f2Copy full SHA for 355f7f2
javascript/atoms/mouse.js
@@ -257,7 +257,7 @@ bot.Mouse.prototype.fireMousedown_ = function(opt_count) {
257
bot.Mouse.prototype.pressButton = function(button, opt_count) {
258
if (!goog.isNull(this.buttonPressed_)) {
259
throw new bot.Error(bot.ErrorCode.UNKNOWN_ERROR,
260
- 'Cannot press more then one button or an already pressed button.');
+ 'Cannot press more than one button or an already pressed button.');
261
}
262
this.buttonPressed_ = button;
263
this.elementPressed_ = this.getElement();
0 commit comments