docs: fix one typo in architecture doc

closes #606
This commit is contained in:
Jason Won 2015-12-26 11:50:47 -08:00 committed by Ward Bell
parent 77831806c6
commit 6973c9f1c8
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ figure
<br clear="all">
:marked
We saw three forms of data binding in our [example](#template) template:
+makeExample('architecture/ts/app/hero-list.component.1.html', 'binding', 'app/hero-list.component (excerpt)')(format=".")
+makeExample('architecture/ts/app/hero-list.component.1.html', 'binding', 'app/hero-list.component.html (excerpt)')(format=".")
:marked
* The {{hero.name}} "[interpolation](displaying-data.html#interpolation)"
displays the component's `hero.name` property value within the `<div>` tags.