Skip to content

Commit e088727

Browse files
committed
Merge pull request #566 from lizhengnacl/master
clerical error
2 parents 13b03a9 + 2286129 commit e088727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/chai/core/assertions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1625,7 +1625,7 @@ module.exports = function (chai, _) {
16251625
* var fn = function() { obj.val += 3 };
16261626
* var noChangeFn = function() { return 'foo' + 'bar'; }
16271627
* expect(fn).to.change(obj, 'val');
1628-
* expect(noChangFn).to.not.change(obj, 'val')
1628+
* expect(noChangeFn).to.not.change(obj, 'val')
16291629
*
16301630
* @name change
16311631
* @alias changes

0 commit comments

Comments
 (0)