From f463c1d76cccb656010854cbde3b024db747962e Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 17 Aug 2021 23:07:20 -0400 Subject: spelling: everything Signed-off-by: Josh Soref --- test/support/chai.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/support') 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; -- cgit v1.2.3