diff --git a/lib/rules/array-callback-return.js b/lib/rules/array-callback-return.js index 295d5942b434..4557c2b18e9c 100644 --- a/lib/rules/array-callback-return.js +++ b/lib/rules/array-callback-return.js @@ -154,7 +154,7 @@ module.exports = { messages: { expectedAtEnd: "Array.prototype.{{arrayMethodName}}() expected a value to be returned at the end of {{name}}.", - expectedInside: "Method .{{arrayMethodName}}() expected a return value from {{name}}.", + expectedInside: "Array.prototype.{{arrayMethodName}}() expected a return value from {{name}}.", expectedReturnValue: "{{name}} expected a return value.", expectedNoReturnValue: "{{name}} did not expect a return value." }