From b44055b1865d4ff697cfe0b377476aec0bf64817 Mon Sep 17 00:00:00 2001 From: Yang Lin Date: Fri, 25 Nov 2016 02:06:25 +0800 Subject: [PATCH] Fixes typo --- public/docs/ts/latest/guide/displaying-data.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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