From a43beabdb70370205ab4cff1ff255d2523d68247 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Thu, 23 Aug 2018 14:38:38 +0800 Subject: [PATCH] fix: typo --- aio/content/guide/dependency-injection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/dependency-injection.md b/aio/content/guide/dependency-injection.md index 76f0f6cc20..14b81d5617 100644 --- a/aio/content/guide/dependency-injection.md +++ b/aio/content/guide/dependency-injection.md @@ -1191,7 +1191,7 @@ Having multiple classes in the same file is confusing and best avoided. Developers expect one class per file. Keep them happy. 在同一个文件中有多个类容易造成混淆,最好避免。 -开发人员期望每个文件只放一个类。这会让它们开心点。 +开发人员期望每个文件只放一个类。这会让他们开心点。 If you combine the `HeroService` class with the `HeroesComponent` in the same file,