Skip to content

Commit 1fba78b

Browse files
devmeystermhevery
authored andcommitted
docs(web_workers/shared/message_bus.ts): correct typo
Closes angular#4076
1 parent 80a04b4 commit 1fba78b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export /* abstract (with TS 1.6) */ class MessageBus implements MessageBusSource
2020
* If runInZone is true then the source will emit events inside the angular zone
2121
* and the sink will buffer messages and send only once the zone exits.
2222
* if runInZone is false then the source will emit events inside the global zone
23-
* and the sink will send messages immediatly.
23+
* and the sink will send messages immediately.
2424
*/
2525
initChannel(channel: string, runInZone: boolean = true): void { throw _abstract(); }
2626

0 commit comments

Comments
 (0)