diff --git a/aio/content/guide/displaying-data.md b/aio/content/guide/displaying-data.md index 35ac650f32..ba2133ff02 100644 --- a/aio/content/guide/displaying-data.md +++ b/aio/content/guide/displaying-data.md @@ -114,8 +114,8 @@ Angular is creating an instance for you. How? The CSS `selector` in the `@Component` decorator specifies an element named ``. That element is a placeholder in the body of your `index.html` file: -注意 `@Component` 装饰器中指定的 CSS 选择器 `selector`,它指定了一个叫 `my-app` 的元素。 -该元素是 `index.html` 的 `body` 里的占位符。 +注意 `@Component` 装饰器中指定的 CSS 选择器 `selector`,它指定了一个叫 `` 的元素。 +该元素是 `index.html` 文件里的一个占位符。