diff options
Diffstat (limited to 'test/support')
| -rw-r--r-- | test/support/chai.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/chai.js b/test/support/chai.js index b2dc51c2..bf55ebf1 100644 --- a/test/support/chai.js +++ b/test/support/chai.js @@ -325,7 +325,7 @@ Assertion.addChainableMethod('contain', include, includeChainingBehavior); * * 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; |
