Fixes typo

This commit is contained in:
Yang Lin 2016-11-25 02:06:25 +08:00
parent 692c63155f
commit b44055b186
1 changed files with 1 additions and 1 deletions

View File

@ -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为列表中的每一英复制一个`<li>`元素,在每个迭代中,都会把`hero`变量设置为当前条目(英雄)。
Angular为列表中的每个条目复制一个`<li>`元素,在每个迭代中,都会把`hero`变量设置为当前条目(英雄)。
Angular把`hero`变量作为双花括号插值表达式的上下文。
.l-sub-section
:marked