diff --git a/.eslintrc.js b/.eslintrc.js index 0ea46263108..09a61797b11 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -56,7 +56,7 @@ module.exports = { ...["implements", "const", "memberof", "readonly", "yields"].reduce( (acc, tag) => { acc[tag] = { - message: `@${tag} currently not supported in Typescript` + message: `@${tag} currently not supported in TypeScript` }; return acc; },