We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vue/require-typed-ref
1 parent 57c1e6f commit e944bb8Copy full SHA for e944bb8
lib/rules/require-typed-ref.js
@@ -33,7 +33,7 @@ module.exports = {
33
fixable: null,
34
messages: {
35
noType:
36
- 'Specify type parameter for `{{name}}` function, otherwise created variable will not by typechecked.'
+ 'Specify type parameter for `{{name}}` function, otherwise created variable will not be typechecked.'
37
},
38
schema: []
39
0 commit comments