Skip to content

Commit b9a6406

Browse files
authored
docs: fixed typo of preserved (#1284)
1 parent 9d9abfd commit b9a6406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/web-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ document.body.appendChild(
120120

121121
- When the element's `disconnectedCallback` is invoked, Vue will check whether the element is detached from the document after a microtask tick.
122122

123-
- If the element is still in the document, it's a move and the component instance will be perserved;
123+
- If the element is still in the document, it's a move and the component instance will be preserved;
124124

125125
- If the element is detached from the document, it's a removal and the component instance will be unmounted.
126126

0 commit comments

Comments
 (0)