From 7db1562617bc843c51f71eea50223fe67d87c1f3 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Sat, 28 Jul 2018 09:44:39 +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/guide/universal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/universal.md b/aio/content/guide/universal.md index 067167de13..42e9dcff62 100644 --- a/aio/content/guide/universal.md +++ b/aio/content/guide/universal.md @@ -468,7 +468,7 @@ The app server module class (conventionally named `AppServerModule`) is an Angul `AppServerModule` also tells Angular how to bootstrap your application when running as a Universal app. 服务端应用模块(习惯上叫作 `AppServerModule`)是一个 Angular 模块,它包装了应用的根模块 `AppModule`,以便 Universal 可以在你的应用和服务器之间进行协调。 -`AppServerModule` 还会告诉 Angular 再把你的应用以 Universal 方式运行时,该如何引导它。 +`AppServerModule` 还会告诉 Angular 在把你的应用以 Universal 方式运行时,该如何引导它。 Create an `app.server.module.ts` file in the `src/app/` directory with the following `AppServerModule` code: