Merge pull request #90 from SangKa/fix-translate

修正 教程 7.Http 翻译问题
This commit is contained in:
雪狼 2016-10-10 14:10:59 +08:00 committed by GitHub
commit 74b224bb7e
1 changed files with 1 additions and 1 deletions

View File

@ -719,7 +719,7 @@ block observable-transformers
Fortunately, we can chain `Observable` operators to the string `Observable` that reduce the request flow.
We'll make fewer calls to the `HeroSearchService` and still get timely results. Here's how:
幸运的是,我们可以在字符串的`Observable`后面串联一`Observable`操作符,来归并这些请求。
幸运的是,我们可以在字符串的`Observable`后面串联一`Observable`操作符,来归并这些请求。
我们将对`HeroSearchService`发起更少的调用,并且仍然获得足够及时的响应。做法如下:
* `debounceTime(300)` waits until the flow of new string events pauses for 300 milliseconds