From 936e7575f74d564453a4ed57eb59e51f0c6f13a9 Mon Sep 17 00:00:00 2001 From: Austin Pray Date: Mon, 28 Sep 2015 21:29:41 -0500 Subject: [PATCH] Fixes spelling error "everthing" -> "everything" --- chai.js | 4 ++-- lib/chai/core/assertions.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chai.js b/chai.js index 9ac66eee7..66990f494 100644 --- a/chai.js +++ b/chai.js @@ -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; @@ -5732,4 +5732,4 @@ Library.prototype.test = function(obj, type) { }; },{}]},{},[1])(1) -}); \ No newline at end of file +}); diff --git a/lib/chai/core/assertions.js b/lib/chai/core/assertions.js index 372094a9c..e743c344c 100644 --- a/lib/chai/core/assertions.js +++ b/lib/chai/core/assertions.js @@ -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;