From 25fd3c4625959bad83ddfb2cc7ea0e0d851d2854 Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Thu, 3 Jan 2019 12:34:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BF=BB=E8=AF=91=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/upgrade.md b/aio/content/guide/upgrade.md index 1f767eec7a..417d859482 100644 --- a/aio/content/guide/upgrade.md +++ b/aio/content/guide/upgrade.md @@ -744,7 +744,7 @@ Now you can bootstrap `AppModule` using the `platformBrowserDynamic.bootstrapMod Congratulations! You're running a hybrid application! The existing AngularJS code works as before _and_ you're ready to start adding Angular code. -恭喜!你就要开始运行 AngularJS+2 的混合式应用程序了!所有现存的 AngularJS 代码会像以前一样正常工作,但是你现在也同样可以运行 Angular 代码了。 +恭喜!你就要开始运行这个混合式应用了!所有现存的 AngularJS 代码会像以前一样正常工作,但是你现在也同样可以运行 Angular 代码了。 ### Using Angular Components from AngularJS Code