From 9747f08e484de4f70bf1084970f3e920e6bc6c07 Mon Sep 17 00:00:00 2001 From: Jake Garelick Date: Thu, 15 Dec 2016 13:38:53 -0800 Subject: [PATCH] Correct spelling error --- src/v2/api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/api/index.md b/src/v2/api/index.md index 2b3a8cdef8..877e7f0992 100644 --- a/src/v2/api/index.md +++ b/src/v2/api/index.md @@ -766,7 +766,7 @@ All lifecycle hooks automatically have their `this` context bound to the instanc 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. -

Use `$parent` and `$children` sparringly - they mostly serve as an escape-hatch. Prefer using props and events for parent-child communication.

+

Use `$parent` and `$children` sparingly - they mostly serve as an escape-hatch. Prefer using props and events for parent-child communication.

### mixins