There was an error while loading. Please reload this page.
1 parent 55358a3 commit f94a2d8Copy full SHA for f94a2d8
modules/angular2/src/web_workers/shared/message_bus.ts
@@ -32,7 +32,7 @@ export /* abstract (with TS 1.6) */ class MessageBus implements MessageBusSource
32
attachToZone(zone: NgZone): void { throw _abstract(); }
33
34
/**
35
- * Returns an {@link EventEmitter} that emits every time a messsage
+ * Returns an {@link EventEmitter} that emits every time a message
36
* is received on the given channel.
37
*/
38
from(channel: string): EventEmitter { throw _abstract(); }
0 commit comments