docs: fix typo in Template Syntax (#31298)

Fixes #31282

PR Close #31298
This commit is contained in:
Kapunahele Wong 2019-06-26 15:19:10 -04:00 committed by Alex Rickabaugh
parent 09970d52e8
commit 44c6534f3c
1 changed files with 1 additions and 1 deletions

View File

@ -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()`.
</div>