diff --git a/lib/rules/require-typed-ref.js b/lib/rules/require-typed-ref.js index f8fce39de..678c02947 100644 --- a/lib/rules/require-typed-ref.js +++ b/lib/rules/require-typed-ref.js @@ -33,7 +33,7 @@ module.exports = { fixable: null, messages: { noType: - '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.' }, schema: [] },