diff --git a/packages/eslint-plugin/src/rules/type-annotation-spacing.ts b/packages/eslint-plugin/src/rules/type-annotation-spacing.ts index 7c9162a0d05..48ec12cfff8 100644 --- a/packages/eslint-plugin/src/rules/type-annotation-spacing.ts +++ b/packages/eslint-plugin/src/rules/type-annotation-spacing.ts @@ -45,8 +45,8 @@ export default util.createRule({ messages: { expectedSpaceAfter: "Expected a space after the '{{type}}'.", expectedSpaceBefore: "Expected a space before the '{{type}}'.", - unexpectedSpaceAfter: "Unexpected a space after the '{{type}}'.", - unexpectedSpaceBefore: "Unexpected a space before the '{{type}}'.", + unexpectedSpaceAfter: "Unexpected space after the '{{type}}'.", + unexpectedSpaceBefore: "Unexpected space before the '{{type}}'.", }, schema: [ {