Skip to content

Commit 23b9a1c

Browse files
authored
Merge pull request #16167 from exposir/fixts
fix word spelling
2 parents 6f2c5e8 + f621092 commit 23b9a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module.exports = {
5656
...["implements", "const", "memberof", "readonly", "yields"].reduce(
5757
(acc, tag) => {
5858
acc[tag] = {
59-
message: `@${tag} currently not supported in Typescript`
59+
message: `@${tag} currently not supported in TypeScript`
6060
};
6161
return acc;
6262
},

0 commit comments

Comments
 (0)