Skip to content

Commit

Permalink
fix(eslint-plugin): [no-base-to-string] add missing apostrophe to mes…
Browse files Browse the repository at this point in the history
…sage (#5270)
  • Loading branch information
JoshuaKGoldberg committed Jun 29, 2022
1 parent fc48258 commit 58034e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/src/rules/no-base-to-string.ts
Expand Up @@ -27,7 +27,7 @@ export default util.createRule<Options, MessageIds>({
},
messages: {
baseToString:
"'{{name}} {{certainty}} evaluate to '[object Object]' when stringified.",
"'{{name}}' {{certainty}} evaluate to '[object Object]' when stringified.",
},
schema: [
{
Expand Down

0 comments on commit 58034e3

Please sign in to comment.