Skip to content

Commit 80a04b4

Browse files
William Johnsonmhevery
authored andcommitted
docs(message_bus.ts):Change initilialized to initialized
Closes angular#4077
1 parent 41c7c57 commit 80a04b4

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
@@ -79,7 +79,7 @@ export interface MessageBusSink {
7979

8080
/**
8181
* Assigns this sink to the given zone.
82-
* Any channels which are initilialized with runInZone set to true will wait for the given zone
82+
* Any channels which are initialized with runInZone set to true will wait for the given zone
8383
* to exit before sending messages.
8484
*/
8585
attachToZone(zone: NgZone): void;

0 commit comments

Comments
 (0)