diff --git a/aio/content/guide/inputs-outputs.md b/aio/content/guide/inputs-outputs.md index c6177497af..e15cf0302d 100644 --- a/aio/content/guide/inputs-outputs.md +++ b/aio/content/guide/inputs-outputs.md @@ -1,7 +1,7 @@ # Sharing data between child and parent directives and components A common pattern in Angular is sharing data between a parent component and one or more child components. -To implement this pattern use the `@Input()` and `@Output()` directives. +To implement this pattern use the `@Input()` and `@Output()` decorators.