aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <[email protected]>2021-08-17 23:07:20 -0400
committerJosh Soref <[email protected]>2021-08-18 11:20:29 -0400
commitf463c1d76cccb656010854cbde3b024db747962e (patch)
tree6023cf8b4cad114ffef150d2b4e2beb9659e5ceb
parent9528cb592dd0cba5894fd3a48a14c4af29d76599 (diff)
downloadfaker-f463c1d76cccb656010854cbde3b024db747962e.tar.xz
faker-f463c1d76cccb656010854cbde3b024db747962e.zip
spelling: everything
Signed-off-by: Josh Soref <[email protected]>
-rw-r--r--test/support/chai.js2
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;