diff --git a/lib/chai/utils/transferFlags.js b/lib/chai/utils/transferFlags.js index a7a1b20c2..d5b3db14b 100644 --- a/lib/chai/utils/transferFlags.js +++ b/lib/chai/utils/transferFlags.js @@ -20,7 +20,7 @@ * utils.transferFlags(assertion, anotherAssertion, false); * * @param {Assertion} assertion the assertion to transfer the flags from - * @param {Object} object the object to transfer the flags too; usually a new assertion + * @param {Object} object the object to transfer the flags to; usually a new assertion * @param {Boolean} includeAll * @name getAllFlags * @api private