diff --git a/src/images/typescript-type-error.png b/src/images/typescript-type-error.png index 750d8a0648..6844c4edad 100644 Binary files a/src/images/typescript-type-error.png and b/src/images/typescript-type-error.png differ 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