Skip to content

Commit e944bb8

Browse files
authored
Fix typo in vue/require-typed-ref message (#2219)
1 parent 57c1e6f commit e944bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/require-typed-ref.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = {
3333
fixable: null,
3434
messages: {
3535
noType:
36-
'Specify type parameter for `{{name}}` function, otherwise created variable will not by typechecked.'
36+
'Specify type parameter for `{{name}}` function, otherwise created variable will not be typechecked.'
3737
},
3838
schema: []
3939
},

0 commit comments

Comments
 (0)