From 23f1e76479b6aac84ee081b16f1551d04701c83f Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Fri, 25 May 2018 12:56:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BF=BB=E8=AF=91=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/tutorial/index.md b/aio/content/tutorial/index.md index c5d9b4a161..88729a4703 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.