Skip to content

Commit b598f30

Browse files
committed
remove extra trailing space
1 parent 476c18a commit b598f30

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
@@ -42,7 +42,7 @@ This rule enforces using the new `useTemplateRef` function instead of `ref` for
4242
</eslint-code-block>
4343

4444
This rule skips `ref` template function refs as these should be used to allow custom implementation of storing `ref`. If you prefer
45-
`useTemplateRef`, you have to change the value of the template `ref` to a string.
45+
`useTemplateRef`, you have to change the value of the template `ref` to a string.
4646

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

0 commit comments

Comments
 (0)