Skip to content

Commit f94a2d8

Browse files
rkhomhevery
authored andcommitted
docs(web_workers/shared/message_bus.ts): correct typo 'messsage' to 'message'
Corrects the typo 'messsage' to 'message' on line 35. Closes angular#4085
1 parent 55358a3 commit f94a2d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular2/src/web_workers/shared/message_bus.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export /* abstract (with TS 1.6) */ class MessageBus implements MessageBusSource
3232
attachToZone(zone: NgZone): void { throw _abstract(); }
3333

3434
/**
35-
* Returns an {@link EventEmitter} that emits every time a messsage
35+
* Returns an {@link EventEmitter} that emits every time a message
3636
* is received on the given channel.
3737
*/
3838
from(channel: string): EventEmitter { throw _abstract(); }

0 commit comments

Comments
 (0)