From d2c4c3f79df8bcafe37bce370a61e649b91cf00a Mon Sep 17 00:00:00 2001 From: Jason Karns Date: Tue, 9 Dec 2014 09:11:06 -0500 Subject: [PATCH] minor docs typo --- lib/chai/utils/transferFlags.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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