Skip to content

Commit

Permalink
chore: spelling: assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Mar 6, 2018
1 parent b4344c3 commit 2d9bfc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chai.js
Original file line number Diff line number Diff line change
Expand Up @@ -9215,7 +9215,7 @@ module.exports = function test(obj, args) {
* 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
Expand Down
2 changes: 1 addition & 1 deletion lib/chai/utils/transferFlags.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* 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
Expand Down

0 comments on commit 2d9bfc2

Please sign in to comment.