diff --git a/aio/content/guide/structural-directives.md b/aio/content/guide/structural-directives.md index 7e339d3e77..1095564071 100644 --- a/aio/content/guide/structural-directives.md +++ b/aio/content/guide/structural-directives.md @@ -594,7 +594,7 @@ as you'll see when you [write your own structural directive](guide/structural-di There's often a _root_ element that can and should host the structural directive. The list element (`
  • `) is a typical host element of an `NgFor` repeater. -通常都要有一个*根*元素作为结构型指令的数组。 +通常都需要一个*根*元素作为结构型指令的宿主。 列表元素(`
  • `)就是一个典型的供 `NgFor` 使用的宿主元素。