doc(common): fix a typo in async pipe

This commit is contained in:
Tim Blair 2016-11-22 22:31:27 -05:00 committed by vsavkin
parent 36caaaa8e4
commit 4a09251921
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ const _observableStrategy = new ObservableStrategy();
* {@example common/pipes/ts/async_pipe.ts region='AsyncPipePromise'}
*
* It's also possible to use `async` with Observables. The example below binds the `time` Observable
* to the view. The Observable continuesly updates the view with the current time.
* to the view. The Observable continuously updates the view with the current time.
*
* {@example common/pipes/ts/async_pipe.ts region='AsyncPipeObservable'}
*