diff --git a/public/docs/ts/latest/guide/displaying-data.jade b/public/docs/ts/latest/guide/displaying-data.jade index 52bab579c0..4278ac7592 100644 --- a/public/docs/ts/latest/guide/displaying-data.jade +++ b/public/docs/ts/latest/guide/displaying-data.jade @@ -235,7 +235,7 @@ figure.image-display to the item (the hero) in the current iteration. Angular uses that variable as the context for the interpolation in the double curly braces. - Angular为列表中的每一英复制一个`
  • `元素,在每个迭代中,都会把`hero`变量设置为当前条目(英雄)。 + Angular为列表中的每个条目复制一个`
  • `元素,在每个迭代中,都会把`hero`变量设置为当前条目(英雄)。 Angular把`hero`变量作为双花括号插值表达式的上下文。 .l-sub-section :marked