From f3e5f65fe171f8c8350f84aa8cc6b107ca5a3c5f Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Wed, 6 Feb 2019 20:03:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=B2=BE=E4=BF=AE=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/tutorial/toh-pt5.md | 2 +- aio/content/tutorial/toh-pt6.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/tutorial/toh-pt5.md b/aio/content/tutorial/toh-pt5.md index 2c39a9e5e5..b25238a226 100644 --- a/aio/content/tutorial/toh-pt5.md +++ b/aio/content/tutorial/toh-pt5.md @@ -12,7 +12,7 @@ There are new requirements for the Tour of Heroes app: * Add the ability to navigate between the *Heroes* and *Dashboard* views. - 在*英雄列表*和*仪表盘*视图之间导航。 + 添加在*英雄列表*和*仪表盘*视图之间导航的能力。 * When users click a hero name in either view, navigate to a detail view of the selected hero. diff --git a/aio/content/tutorial/toh-pt6.md b/aio/content/tutorial/toh-pt6.md index a142e73623..9aa3d6e81c 100644 --- a/aio/content/tutorial/toh-pt6.md +++ b/aio/content/tutorial/toh-pt6.md @@ -502,7 +502,7 @@ That header is in the `httpOptions` constant defined in the `HeroService`. Refresh the browser, change a hero name and save your change. Navigating to the previous view is implemented in the `save()` method defined in `HeroDetailComponent`. The hero now appears in the list with the changed name. -刷新浏览器,修改英雄名,保存这些修改,然后点击“后退”按钮。 +刷新浏览器,修改英雄名,保存这些修改。在 `HeroDetailComponent` 的 `save()` 方法中实现了 "导航到前一个视图" 的逻辑。 现在,改名后的英雄已经显示在列表中了。 ## Add a new hero