From 2751b20aae12c2cec638c5a99003583701e145fd Mon Sep 17 00:00:00 2001 From: SangKa Date: Mon, 10 Oct 2016 06:53:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20=E6=95=99=E7=A8=8B=207.Htt?= =?UTF-8?q?p=20=E7=BF=BB=E8=AF=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/tutorial/toh-pt6.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/tutorial/toh-pt6.jade b/public/docs/ts/latest/tutorial/toh-pt6.jade index 976eb1c656..0b1f6b28e4 100644 --- a/public/docs/ts/latest/tutorial/toh-pt6.jade +++ b/public/docs/ts/latest/tutorial/toh-pt6.jade @@ -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