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.