Skip to content

Commit

Permalink
Update cspell-eslint-plugin.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Mar 11, 2022
1 parent 48dba44 commit 3b6a5ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cspell-eslint-plugin/src/cspell-eslint-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ interface PluginRules {
}

const messages = {
wordUnknown: 'Unknown word: {{word}}',
wordForbidden: 'Forbidden word: {{word}}',
wordUnknown: 'Unknown word: "{{word}}"',
wordForbidden: 'Forbidden word: "{{word}}"',
suggestWord: '{{word}}',
} as const;

Expand Down

0 comments on commit 3b6a5ff

Please sign in to comment.