fix word spelling

This commit is contained in:
孟世博 2022-08-19 16:24:38 +08:00
parent 9fcaa24357
commit f6210923c0
1 changed files with 1 additions and 1 deletions

View File

@ -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;
},