There was an error while loading. Please reload this page.
1 parent f7b6ff0 commit db09865Copy full SHA for db09865
modules/angular2/src/web_workers/shared/message_bus.ts
@@ -62,7 +62,7 @@ export interface MessageBusSource {
62
attachToZone(zone: NgZone): void;
63
64
/**
65
- * Returns an {@link EventEmitter} that emits every time a messsage
+ * Returns an {@link EventEmitter} that emits every time a message
66
* is received on the given channel.
67
*/
68
from(channel: string): EventEmitter;
0 commit comments