From 577490994652311c38f1afac8159218858024ba1 Mon Sep 17 00:00:00 2001 From: SangKa Date: Sat, 15 Oct 2016 07:07:53 +0800 Subject: [PATCH] =?UTF-8?q?(=E6=B5=8B=E8=AF=95=E4=B8=80=E7=AB=A0):?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=94=99=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/guide/testing.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/testing.jade b/public/docs/ts/latest/guide/testing.jade index 6d112fdda6..0c0e1249e2 100644 --- a/public/docs/ts/latest/guide/testing.jade +++ b/public/docs/ts/latest/guide/testing.jade @@ -1495,7 +1495,7 @@ a(href="#top").to-top 回到顶部 The `TestBed.createComponent` is a synchronous method. It assumes that everything it could need is already in memory. - `TestBed.createComponent`时一种同步的方法。它假设所有它需要的资源已经全部在内存。 + `TestBed.createComponent`是一种同步的方法。它假设所有它需要的资源已经全部在内存。 That has been true so far. Each tested component's `@Component` metadata has a `template` property specifying an _inline templates_.