(docs) template-syntax fix typo

closes #354
This commit is contained in:
Ward Bell 2015-11-08 10:45:52 -08:00
parent faf0057d3a
commit bc7d3241c8
1 changed files with 1 additions and 1 deletions

View File

@ -1170,7 +1170,7 @@ code-example(format="" language="html").
Therefore `HeroDetail.hero` is an ***input*** property from the perspective of `HeroDetail`. Therefore `HeroDetail.hero` is an ***input*** property from the perspective of `HeroDetail`.
**Events stream *out* of the `HeroDetail.deleted` target property** (which is an `EventEmitter`) and toward the receiver within the template expression. **Events stream *out* of the `HeroDetail.deleted` target property** (which is an `EventEmitter`) and toward the receiver within the template expression.
Therefore `HeroDetail.hero` is an ***output*** property from the perspective of `HeroDetail`. Therefore `HeroDetail.deleted` is an ***output*** property from the perspective of `HeroDetail`.
When we peek inside `HeroDetailComponent` we see that these properties are marked When we peek inside `HeroDetailComponent` we see that these properties are marked
with decorators as input and output properties. with decorators as input and output properties.