From c4e7f3fe0ac7c900217db831a2dbf7ae2c815186 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Thu, 7 Sep 2017 07:22:51 +0800 Subject: [PATCH] fix: typo --- aio/content/guide/deployment.md | 2 +- aio/content/guide/ngmodule-faq.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/deployment.md b/aio/content/guide/deployment.md index 6e297c163f..5e35e0bf29 100644 --- a/aio/content/guide/deployment.md +++ b/aio/content/guide/deployment.md @@ -698,7 +698,7 @@ This section covers changes you may have make to the server or to files deployed ### Routed apps must fallback to `index.html` -### 带路有的应用必须以`index.html`作为后备页面 +### 带路由的应用必须以`index.html`作为后备页面 Angular apps are perfect candidates for serving with a simple static HTML server. You don't need a server-side engine to dynamically compose application pages because diff --git a/aio/content/guide/ngmodule-faq.md b/aio/content/guide/ngmodule-faq.md index 738ac97b6e..4e55931d5c 100644 --- a/aio/content/guide/ngmodule-faq.md +++ b/aio/content/guide/ngmodule-faq.md @@ -785,7 +785,7 @@ But for routed applications, "almost" isn't good enough. `AppComponent`的注入器是根注入器的*子级*,注入器层次中的下一级。 这对于没有路由器的应用来说*几乎是*整个应用了。 -但这个“几乎”对于带路有的应用仍然是不够的。 +但这个“几乎”对于带路由的应用仍然是不够的。 `AppComponent` services don't exist at the root level where routing operates. Lazy-loaded modules can't reach them.