Skip to content

Commit f10655a

Browse files
Fixed small typo (#1851)
1 parent 76526bf commit f10655a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/api/component-instance.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The root DOM node that the component instance is managing.
5555
- For components with multiple root nodes, `$el` will be the placeholder DOM node that Vue uses to keep track of the component's position in the DOM (a text node, or a comment node in SSR hydration mode).
5656

5757
:::tip
58-
For consistency, its is recommended to use [template refs](/guide/essentials/template-refs.html) for direct access to elements instead of relying on `$el`.
58+
For consistency, it is recommended to use [template refs](/guide/essentials/template-refs.html) for direct access to elements instead of relying on `$el`.
5959
:::
6060

6161
## $options

0 commit comments

Comments
 (0)