Skip to content

Commit

Permalink
Update lib/rules/array-callback-return.js
Browse files Browse the repository at this point in the history
Co-authored-by: Kai Cataldo <kai@kaicataldo.com>
  • Loading branch information
mrflip and kaicataldo committed Jun 15, 2020
1 parent 6a6a8c4 commit 4377dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/array-callback-return.js
Expand Up @@ -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."
}
Expand Down

0 comments on commit 4377dd5

Please sign in to comment.