We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f72ba commit dc47a6fCopy full SHA for dc47a6f
lib/rules/prefer-use-template-ref.js
@@ -12,7 +12,7 @@ module.exports = {
12
type: 'suggestion',
13
docs: {
14
description:
15
- 'require using `useTemplateRef` over `ref` for template refs',
+ 'require using `useTemplateRef` instead of `ref` for template refs',
16
categories: undefined,
17
url: 'https://eslint.vuejs.org/rules/prefer-use-template-ref.html'
18
},
0 commit comments