From 6973c9f1c82757286a32da8cd04477123a26dddc Mon Sep 17 00:00:00 2001 From: Jason Won Date: Sat, 26 Dec 2015 11:50:47 -0800 Subject: [PATCH] docs: fix one typo in architecture doc closes #606 --- public/docs/ts/latest/guide/architecture.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/architecture.jade b/public/docs/ts/latest/guide/architecture.jade index 3636e10be2..47d4742a74 100644 --- a/public/docs/ts/latest/guide/architecture.jade +++ b/public/docs/ts/latest/guide/architecture.jade @@ -286,7 +286,7 @@ figure
: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 `
` tags.