We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a04b4 commit 1fba78bCopy full SHA for 1fba78b
1 file changed
modules/angular2/src/web_workers/shared/message_bus.ts
@@ -20,7 +20,7 @@ export /* abstract (with TS 1.6) */ class MessageBus implements MessageBusSource
20
* If runInZone is true then the source will emit events inside the angular zone
21
* and the sink will buffer messages and send only once the zone exits.
22
* if runInZone is false then the source will emit events inside the global zone
23
- * and the sink will send messages immediatly.
+ * and the sink will send messages immediately.
24
*/
25
initChannel(channel: string, runInZone: boolean = true): void { throw _abstract(); }
26
0 commit comments