diff options
| author | Josh Soref <[email protected]> | 2021-08-17 23:07:20 -0400 |
|---|---|---|
| committer | Josh Soref <[email protected]> | 2021-08-18 11:20:29 -0400 |
| commit | f463c1d76cccb656010854cbde3b024db747962e (patch) | |
| tree | 6023cf8b4cad114ffef150d2b4e2beb9659e5ceb | |
| parent | 9528cb592dd0cba5894fd3a48a14c4af29d76599 (diff) | |
| download | faker-f463c1d76cccb656010854cbde3b024db747962e.tar.xz faker-f463c1d76cccb656010854cbde3b024db747962e.zip | |
spelling: everything
Signed-off-by: Josh Soref <[email protected]>
| -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; |
