docs(architecture): Typo fix

closes #680
This commit is contained in:
Wojciech Krzystek 2016-01-12 12:22:58 +01:00 committed by Ward Bell
parent b24c813916
commit 44f84daadc
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<!--#docregion binding -->
<div>{{hero.name}}</div>
<hero-detail [hero]="selectedHero"></hero-detail>
<div (click)="selectHero(hero)></div>
<div (click)="selectHero(hero)"></div>
<!--#enddocregion binding -->