From 1c4fc41249d2c4b80f282fc6c782543237ddc706 Mon Sep 17 00:00:00 2001 From: Kang Li Date: Fri, 6 Jul 2018 11:34:28 +0800 Subject: [PATCH] Update displaying-data.md --- aio/content/guide/displaying-data.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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` 文件里的一个占位符。