fix: toh1 and 2

This commit is contained in:
Zhimin YE (Rex) 2016-09-19 10:00:09 +01:00
parent 13d7057072
commit 94d48f2b95
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ include ../_util-fns
Run the <live-example></live-example> for this part.
运行这部分的<live-example></live-example>。
运行这部分的<live-example>在线例子</live-example>。
Create a folder called `angular2-tour-of-heroes` and follow the [QuickStart](../quickstart.html) steps
which provide the prerequisites, the folder structure, and the core files for our Tour of Heroes.

View File

@ -13,7 +13,7 @@ include ../_util-fns
Run the <live-example></live-example> for this part.
运行这部分的<live-example></live-example>。
运行这部分的<live-example>在线例子</live-example>。
Lets take stock of what well need to display a list of heroes.
First, we need a list of heroes. We want to display those heroes in the views template,
@ -526,7 +526,7 @@ code-example(language="bash").
Run the <live-example></live-example> for this part.
运行这部分的<live-example></live-example>。
运行这部分的<live-example>在线例子</live-example>。
### The Road Ahead