Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e944bb8

Browse files
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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /