Skip to content

Commit dc47a6f

Browse files
Update lib/rules/prefer-use-template-ref.js
Co-authored-by: Flo Edelmann <[email protected]>
1 parent d8f72ba commit dc47a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/prefer-use-template-ref.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
type: 'suggestion',
1313
docs: {
1414
description:
15-
'require using `useTemplateRef` over `ref` for template refs',
15+
'require using `useTemplateRef` instead of `ref` for template refs',
1616
categories: undefined,
1717
url: 'https://eslint.vuejs.org/rules/prefer-use-template-ref.html'
1818
},

0 commit comments

Comments
 (0)