aboutsummaryrefslogtreecommitdiff
path: root/test/support
diff options
context:
space:
mode:
authorJosh Soref <[email protected]>2021-08-17 23:07:08 -0400
committerJosh Soref <[email protected]>2021-08-18 11:20:29 -0400
commit2413252cd0ea119b896242c70b7be6339aede9f2 (patch)
treecdbf7352f085b3b8eb3c919f0b8eb393f098ea03 /test/support
parentb310fb48111268861b105aade2ec4f5fba01a66e (diff)
downloadfaker-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.js2
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