Skip to content

Commit

Permalink
Merge pull request #16167 from exposir/fixts
Browse files Browse the repository at this point in the history
fix word spelling
  • Loading branch information
sokra committed Nov 9, 2022
2 parents 6f2c5e8 + f621092 commit 23b9a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Expand Up @@ -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;
},
Expand Down

0 comments on commit 23b9a1c

Please sign in to comment.