diff --git a/lib/chai/core/assertions.js b/lib/chai/core/assertions.js index d08a4205c..86ea67e67 100644 --- a/lib/chai/core/assertions.js +++ b/lib/chai/core/assertions.js @@ -13,7 +13,7 @@ module.exports = function (chai, _) { /** * ### Language Chains * - * The following are provide as chainable getters to + * The following are provided as chainable getters to * improve the readability of your assertions. They * do not provide an testing capability unless they * have been overwritten by a plugin. @@ -26,6 +26,7 @@ module.exports = function (chai, _) { * - is * - that * - and + * - has * - have * - with * - at @@ -37,7 +38,7 @@ module.exports = function (chai, _) { */ [ 'to', 'be', 'been' - , 'is', 'and', 'have' + , 'is', 'and', 'has', 'have' , 'with', 'that', 'at' , 'of', 'same' ].forEach(function (chain) { Assertion.addProperty(chain, function () {