From 4aeff82d53fafe7b6f9ef75aa757ccb9e687956e Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Tue, 3 Apr 2018 10:34:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=87=E5=AD=97=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/tutorial/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/tutorial/index.md b/aio/content/tutorial/index.md index 3d38d69bde..c5d9b4a161 100644 --- a/aio/content/tutorial/index.md +++ b/aio/content/tutorial/index.md @@ -5,7 +5,7 @@ The _Tour of Heroes_ tutorial covers the fundamentals of Angular. In this tutorial you will build an app that helps a staffing agency manage its stable of heroes. -**英雄指南**教程涵盖了 Angular 的核心原理。在本教程中,你将构建一个应用,来帮助招聘机构来管理一群英雄。 +**英雄指南**教程涵盖了 Angular 的核心原理。在本教程中,你将构建一个应用,来帮助招聘机构管理一群英雄。 This basic app has many of the features you'd expect to find in a data-driven application. It acquires and displays a list of heroes, edits a selected hero's detail, and navigates among different views of heroic data. @@ -19,7 +19,7 @@ By the end of the tutorial you will be able to do the following: * Use built-in Angular directives to show and hide elements and display lists of hero data. - 使用内置指令来显示 / 隐藏元素,并且显示英雄数据的列表。 + 使用内置指令来显示 / 隐藏元素,并显示英雄数据的列表。 * Create Angular components to display hero details and show an array of heroes.