From 82f5b1c0359a39e76b11caf29422a793618b8a55 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Sun, 5 Jun 2016 06:38:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E6=8D=AE=20[Joeylin]=20=E7=9A=84?= =?UTF-8?q?=E5=8F=8D=E9=A6=88=E6=84=8F=E8=A7=81=EF=BC=8C=E5=81=9A=E5=87=BA?= =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/guide/dependency-injection.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/dependency-injection.jade b/public/docs/ts/latest/guide/dependency-injection.jade index 3efe0af3d9..4e8ff7456d 100644 --- a/public/docs/ts/latest/guide/dependency-injection.jade +++ b/public/docs/ts/latest/guide/dependency-injection.jade @@ -1203,7 +1203,7 @@ block what-should-we-use-as-token Although the !{configType} interface plays no role in dependency injection, it supports typing of the configuration object within the class. - 虽然`Config`!{configType}接口不在依赖注入过程中没有任何作用,但它为该类中的配置对象提供了强类型信息。 + 虽然`Config`!{configType}接口在依赖注入过程中没有任何作用,但它为该类中的配置对象提供了强类型信息。 block dart-map-alternative :marked