From 7a8328cfd1dea90b981f1bc841857991ec258e17 Mon Sep 17 00:00:00 2001 From: "Zhimin YE(Rex)" Date: Wed, 25 May 2016 16:14:29 +0100 Subject: [PATCH] fixed missing `` mark. --- 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 2dd8de74a4..7d7d671bd0 100644 --- a/public/docs/ts/latest/guide/architecture.jade +++ b/public/docs/ts/latest/guide/architecture.jade @@ -286,7 +286,7 @@ 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 `
` tags. * The `[hero]` [property binding](template-syntax.html#property-binding) passes the `selectedHero` from