(测试一章):修复错别字

This commit is contained in:
SangKa 2016-10-15 07:07:53 +08:00 committed by 雪狼
parent 232196e6b2
commit 5774909946
1 changed files with 1 additions and 1 deletions

View File

@ -1495,7 +1495,7 @@ a(href="#top").to-top 回到顶部
The `TestBed.createComponent` is a synchronous method. The `TestBed.createComponent` is a synchronous method.
It assumes that everything it could need is already in memory. It assumes that everything it could need is already in memory.
`TestBed.createComponent`一种同步的方法。它假设所有它需要的资源已经全部在内存。 `TestBed.createComponent`一种同步的方法。它假设所有它需要的资源已经全部在内存。
That has been true so far. That has been true so far.
Each tested component's `@Component` metadata has a `template` property specifying an _inline templates_. Each tested component's `@Component` metadata has a `template` property specifying an _inline templates_.