From e0c86318b1d9d074db22970f5a6fc19342085140 Mon Sep 17 00:00:00 2001 From: Kris Li Date: Sun, 1 Jul 2018 20:02:40 +0800 Subject: [PATCH] Fix typo --- aio/content/guide/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/architecture.md b/aio/content/guide/architecture.md index 1f8be53f49..897b86c182 100644 --- a/aio/content/guide/architecture.md +++ b/aio/content/guide/architecture.md @@ -140,7 +140,7 @@ Angular 为一些通用的转换提供了预定义管道,你还可以定义自 ## Services and dependency injection -## 服务于依赖注入 +## 服务与依赖注入 For data or logic that is not associated with a specific view, and that you want to share across components, you create a *service* class. A service class definition is immediately preceded by the `@Injectable` decorator. The decorator provides the metadata that allows your service to be *injected* into client components as a dependency.