Skip to content

Commit

Permalink
fix word spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
exposir committed Aug 19, 2022
1 parent 9fcaa24 commit f621092
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 f621092

Please sign in to comment.