diff options
| author | Josh Soref <[email protected]> | 2021-08-17 23:07:08 -0400 |
|---|---|---|
| committer | Josh Soref <[email protected]> | 2021-08-18 11:20:29 -0400 |
| commit | 2413252cd0ea119b896242c70b7be6339aede9f2 (patch) | |
| tree | cdbf7352f085b3b8eb3c919f0b8eb393f098ea03 /test/support | |
| parent | b310fb48111268861b105aade2ec4f5fba01a66e (diff) | |
| download | faker-2413252cd0ea119b896242c70b7be6339aede9f2.tar.xz faker-2413252cd0ea119b896242c70b7be6339aede9f2.zip | |
spelling: assertion
Signed-off-by: Josh Soref <[email protected]>
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 43fbf644..febc3450 100644 --- a/test/support/chai.js +++ b/test/support/chai.js @@ -3369,7 +3369,7 @@ require.register("utils/transferFlags.js", function(module, exports, require){ * var newAssertion = new Assertion(); * utils.transferFlags(assertion, newAssertion); * - * var anotherAsseriton = new Assertion(myObj); + * var anotherAssertion = new Assertion(myObj); * utils.transferFlags(assertion, anotherAssertion, false); * * @param {Assertion} assertion the assertion to transfer the flags from |
