Skip to content

Commit

Permalink
[$watchMulti] spelling error [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer Alger committed Jan 9, 2015
1 parent 7cbc474 commit f656731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kibana/components/watch_multi.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ define(function (require) {
*/
$delegate.constructor.prototype.$watchMulti = function (expressions, fn, deep) {
if (!_.isArray(expressions)) throw new TypeError('expected an array of expressions to watch');
if (!_.isFunction(fn)) throw new TypeError('expexted a function that is triggered on each watch');
if (!_.isFunction(fn)) throw new TypeError('expected a function that is triggered on each watch');

var $scope = this;
var fired = false;
Expand Down

0 comments on commit f656731

Please sign in to comment.