docs: correct typo
This commit is contained in:
parent
f7b6ff0520
commit
db098650ee
|
@ -62,7 +62,7 @@ export interface MessageBusSource {
|
||||||
attachToZone(zone: NgZone): void;
|
attachToZone(zone: NgZone): void;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns an {@link EventEmitter} that emits every time a messsage
|
* Returns an {@link EventEmitter} that emits every time a message
|
||||||
* is received on the given channel.
|
* is received on the given channel.
|
||||||
*/
|
*/
|
||||||
from(channel: string): EventEmitter;
|
from(channel: string): EventEmitter;
|
||||||
|
|
Loading…
Reference in New Issue