Skip to content

Commit 44c612b

Browse files
authored
Merge pull request #301 from vuejs/master
Correct spelling error (#659)
2 parents 464eea7 + 3be0e1c commit 44c612b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/api/index.md

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

767767
Specify the parent instance for the instance to be created. Establishes a parent-child relationship between the two. The parent will be accessible as `this.$parent` for the child, and the child will be pushed into the parent's `$children` array.
768768

769-
<p class="tip">Use `$parent` and `$children` sparringly - they mostly serve as an escape-hatch. Prefer using props and events for parent-child communication.</p>
769+
<p class="tip">Use `$parent` and `$children` sparingly - they mostly serve as an escape-hatch. Prefer using props and events for parent-child communication.</p>
770770

771771
### mixins
772772

0 commit comments

Comments
 (0)