Skip to content

Commit 076f141

Browse files
authored
Update options-lifecycle-hooks.md (vuejs#1262)
1 parent 0b3b6c4 commit 076f141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/options-lifecycle-hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ All lifecycle hooks automatically have their `this` context bound to the instanc
140140

141141
- **Details:**
142142

143-
Called after a component instance has been unmounted. When this hook is called, all directives of the component instance have been unbound, all event listeners have been removed, and all child component instance have also been unmounted.
143+
Called after a component instance has been unmounted. When this hook is called, all directives of the component instance have been unbound, all event listeners have been removed, and all child component instances have also been unmounted.
144144

145145
**This hook is not called during server-side rendering.**
146146

0 commit comments

Comments
 (0)