Skip to content

Commit db09865

Browse files
Jennifer Blandmhevery
authored andcommitted
docs: correct typo
1 parent f7b6ff0 commit db09865

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
@@ -62,7 +62,7 @@ export interface MessageBusSource {
6262
attachToZone(zone: NgZone): void;
6363

6464
/**
65-
* Returns an {@link EventEmitter} that emits every time a messsage
65+
* Returns an {@link EventEmitter} that emits every time a message
6666
* is received on the given channel.
6767
*/
6868
from(channel: string): EventEmitter;

0 commit comments

Comments
 (0)