From 44c6534f3cee43e150a76fc09ccd143f97404991 Mon Sep 17 00:00:00 2001 From: Kapunahele Wong Date: Wed, 26 Jun 2019 15:19:10 -0400 Subject: [PATCH] docs: fix typo in Template Syntax (#31298) Fixes #31282 PR Close #31298 --- aio/content/guide/template-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/template-syntax.md b/aio/content/guide/template-syntax.md index 2bc7bc2752..d869ea9082 100644 --- a/aio/content/guide/template-syntax.md +++ b/aio/content/guide/template-syntax.md @@ -1796,7 +1796,7 @@ Though `@Input()` and `@Output()` often appear together in apps, you can use them separately. If the nested component is such that it only needs to send data to its parent, you wouldn't need an `@Input()`, only an `@Output()`. The reverse is also true in that if the -child only needs to receive data from the parent, you'd only neeed `@Input()`. +child only needs to receive data from the parent, you'd only need `@Input()`.