diff --git a/lib/chai/utils/getOperator.js b/lib/chai/utils/getOperator.js index 44d772c1b..f7d10ef17 100644 --- a/lib/chai/utils/getOperator.js +++ b/lib/chai/utils/getOperator.js @@ -10,7 +10,7 @@ function isObjectType(obj) { } /** - * ### .getGetOperator(message) + * ### .getOperator(message) * * Extract the operator from error message. * Operator defined is based on below link @@ -21,7 +21,7 @@ function isObjectType(obj) { * @param {Object} object (constructed Assertion) * @param {Arguments} chai.Assertion.prototype.assert arguments * @namespace Utils - * @name getGetOperator + * @name getOperator * @api public */