diff --git a/public/docs/ts/latest/guide/architecture.jade b/public/docs/ts/latest/guide/architecture.jade index 11031aff02..e7ee02863b 100644 --- a/public/docs/ts/latest/guide/architecture.jade +++ b/public/docs/ts/latest/guide/architecture.jade @@ -286,13 +286,13 @@ figure 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.html (excerpt)')(format=".") :marked - * The {{hero.name}} "[interpolation](displaying-data.html#interpolation)" + * The `{{hero.name}}` [*interpolation*](displaying-data.html#interpolation) displays the component's `hero.name` property value within the `