Skip to content

Commit defad15

Browse files
Update docs/rules/prefer-use-template-ref.md
Co-authored-by: Flo Edelmann <[email protected]>
1 parent 4e04930 commit defad15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/prefer-use-template-ref.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ description: require using `useTemplateRef` over `ref` for template refs
1717
Vue 3.5 introduced a new way of obtaining template refs via
1818
the [`useTemplateRef()`](https://vuejs.org/guide/essentials/template-refs.html#accessing-the-refs) API.
1919

20-
This rule enforces using the new `useTemplateRef` function over `ref` for template refs.
20+
This rule enforces using the new `useTemplateRef` function instead of `ref` for template refs.
2121

2222
<eslint-code-block fix :rules="{'vue/prefer-use-template-ref': ['error']}">
2323

0 commit comments

Comments
 (0)