fix: typo (#232)

This commit is contained in:
Zhicheng Wang 2017-06-01 21:27:33 +08:00
parent 83f4c76157
commit 66e640a948
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ a#expression-context
`isUnchanged` in quotes refer to properties of the `AppComponent`. `isUnchanged` in quotes refer to properties of the `AppComponent`.
典型的*表达式上下文*就是这个**组件实例**,它是各种绑定值的来源。 典型的*表达式上下文*就是这个**组件实例**,它是各种绑定值的来源。
在下面的代码片段中,双花括号中的`title`和引号中的`isUnchanged`所引用的都是`AppComponent`的属性。 在下面的代码片段中,双花括号中的`title`和引号中的`isUnchanged`所引用的都是`AppComponent`的属性。
+makeExample('template-syntax/ts/src/app/app.component.html', 'context-component-expression')(format=".") +makeExample('template-syntax/ts/src/app/app.component.html', 'context-component-expression')(format=".")