Skip to content

Commit

Permalink
Merge pull request #522 from austinpray/spelling
Browse files Browse the repository at this point in the history
Fixes spelling error "everthing" -> "everything"
  • Loading branch information
keithamus committed Sep 29, 2015
2 parents 5f4dcd2 + 936e757 commit 22fbd65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chai.js
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ module.exports = function (chai, _) {
*
* Asserts that the target is truthy.
*
* expect('everthing').to.be.ok;
* expect('everything').to.be.ok;
* expect(1).to.be.ok;
* expect(false).to.not.be.ok;
* expect(undefined).to.not.be.ok;
Expand Down Expand Up @@ -5732,4 +5732,4 @@ Library.prototype.test = function(obj, type) {
};

},{}]},{},[1])(1)
});
});
2 changes: 1 addition & 1 deletion lib/chai/core/assertions.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ module.exports = function (chai, _) {
*
* Asserts that the target is truthy.
*
* expect('everthing').to.be.ok;
* expect('everything').to.be.ok;
* expect(1).to.be.ok;
* expect(false).to.not.be.ok;
* expect(undefined).to.not.be.ok;
Expand Down

0 comments on commit 22fbd65

Please sign in to comment.