docs: correct typo

This commit is contained in:
Jennifer Bland 2015-09-13 11:15:03 -04:00 committed by Misko Hevery
parent f7b6ff0520
commit db098650ee
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ export interface MessageBusSource {
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.
*/
from(channel: string): EventEmitter;