diff --git a/operators/transformation/windowtime.md b/operators/transformation/windowtime.md index 9bd9fe6..054a2b1 100644 --- a/operators/transformation/windowtime.md +++ b/operators/transformation/windowtime.md @@ -2,7 +2,7 @@ #### 函数签名: `windowTime(windowTimeSpan: number, windowCreationInterval: number, scheduler: Scheduler): Observable` -## 在每个提供的时间跨度内,收集源 obsercvable 中的值的 observable 。 +## 在每个提供的时间跨度内,收集源 observable 中的值的 observable 。