doc(common): fix a typo in async pipe
This commit is contained in:
parent
36caaaa8e4
commit
4a09251921
|
@ -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'}
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue