Skip to content

Commit ada7607

Browse files
Jake Garelickyyx990803
authored andcommitted
Correct spelling error (vuejs#659)
1 parent 7c610a8 commit ada7607

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)