8000 fix(eslint-plugin): [type-annotation-spacing] typo in messages (#1354) · sstephens/typescript-eslint@82e0dbc · GitHub
[go: up one dir, main page]

Skip to content

Commit 82e0dbc

Browse files
joshuaobrienbradzacher
authored andcommitted
fix(eslint-plugin): [type-annotation-spacing] typo in messages (typescript-eslint#1354)
1 parent 013df9a commit 82e0dbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/eslint-plugin/src/rules/type-annotation-spacing.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ export default util.createRule<Options, MessageIds>({
4545
messages: {
4646
expectedSpaceAfter: "Expected a space after the '{{type}}'.",
4747
expectedSpaceBefore: "Expected a space before the '{{type}}'.",
48-
unexpectedSpaceAfter: "Unexpected a space after the '{{type}}'.",
49-
unexpectedSpaceBefore: "Unexpected a space before the '{{type}}'.",
48+
unexpectedSpaceAfter: "Unexpected space after the '{{type}}'.",
49+
unexpectedSpaceBefore: "Unexpected space before the '{{type}}'.",
5050
},
5151
schema: [
5252
{

0 commit comments

Comments
 (0)
0