From 8146f0918ba50ca22e1bf75d43fd96d4ce455b58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=5F=5F=5F=5F=5F=5F=5F=E5=B0=8F=E7=8E=8B=E5=AD=90?= <15176981781@163.com> Date: Fri, 3 May 2019 20:58:41 +0800 Subject: [PATCH] Update template-syntax.md --- aio/content/guide/template-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/template-syntax.md b/aio/content/guide/template-syntax.md index 829e978d26..33943f8d5d 100644 --- a/aio/content/guide/template-syntax.md +++ b/aio/content/guide/template-syntax.md @@ -230,7 +230,7 @@ In the following snippets, the `recommended` within double curly braces and the `itemImageUrl2` in quotes refer to properties of the `AppComponent`. 典型的*表达式上下文*就是这个**组件实例**,它是各种绑定值的来源。 -在下面的代码片段中,双花括号中的 `title` 和引号中的 `isUnchanged` 所引用的都是 `AppComponent` 中的属性。 +在下面的代码片段中,双花括号中的 `recommended` 和引号中的 `itemImageUrl2` 所引用的都是 `AppComponent` 中的属性。