From f6210923c012e64738859be4b92700f6937d103b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=9F=E4=B8=96=E5=8D=9A?= <897205285@qq.com> Date: Fri, 19 Aug 2022 16:24:38 +0800 Subject: [PATCH] fix word spelling --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; },