From af0359d19939fd72996332d1ec6fbacabafd548e Mon Sep 17 00:00:00 2001 From: Yang Lin Date: Sun, 6 Nov 2016 15:20:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A7=E5=88=B6=E5=8F=B0=20->=20=E4=BB=AA?= =?UTF-8?q?=E8=A1=A8=E7=9B=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/tutorial/toh-pt4.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/ts/latest/tutorial/toh-pt4.jade b/public/docs/ts/latest/tutorial/toh-pt4.jade index c071ffedc7..855ec2b078 100644 --- a/public/docs/ts/latest/tutorial/toh-pt4.jade +++ b/public/docs/ts/latest/tutorial/toh-pt4.jade @@ -91,7 +91,7 @@ code-example(language="bash"). 客户向我们描绘了本应用更大的目标。 它们说,想要在不同的页面中用多种方式显示英雄。 现在我们已经能从列表中选择一个英雄了,但这还不够。 - 很快,我们将添加一个控制台来显示表现最好的英雄,并且创建一个独立视图来编辑英雄的详情。 + 很快,我们将添加一个仪表盘来显示表现最好的英雄,并且创建一个独立视图来编辑英雄的详情。 所有这些视图都需要英雄的数据。 At the moment the `AppComponent` defines mock heroes for display. @@ -664,7 +664,7 @@ a#child-component As our app evolves, we’ll learn how to design it to make it easier to grow and maintain. 通过使用共享组件和服务,我们的《英雄指南》更有复用性了。 - 我们还要创建一个控制台,要添加在视图间路由的菜单链接,还要在模板中格式化数据。 + 我们还要创建一个仪表盘,要添加在视图间路由的菜单链接,还要在模板中格式化数据。 随着我们应用的进化,我们还会学到如何进行设计,让它更易于扩展和维护。 We learn about Angular Component Router and navigation among the views in the [next tutorial](toh-pt5.html) chapter.