We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c7c57 commit 80a04b4Copy full SHA for 80a04b4
modules/angular2/src/web_workers/shared/message_bus.ts
@@ -79,7 +79,7 @@ export interface MessageBusSink {
79
80
/**
81
* Assigns this sink to the given zone.
82
- * Any channels which are initilialized with runInZone set to true will wait for the given zone
+ * Any channels which are initialized with runInZone set to true will wait for the given zone
83
* to exit before sending messages.
84
*/
85
attachToZone(zone: NgZone): void;
0 commit comments