From 80a04b43238a81a977f68de0fd798be025170fdd Mon Sep 17 00:00:00 2001 From: William Johnson Date: Tue, 8 Sep 2015 22:46:24 -0700 Subject: [PATCH] docs(message_bus.ts):Change initilialized to initialized Closes #4077 --- modules/angular2/src/web_workers/shared/message_bus.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/angular2/src/web_workers/shared/message_bus.ts b/modules/angular2/src/web_workers/shared/message_bus.ts index 9f64cc50d6..3cf683ee11 100644 --- a/modules/angular2/src/web_workers/shared/message_bus.ts +++ b/modules/angular2/src/web_workers/shared/message_bus.ts @@ -79,7 +79,7 @@ export interface MessageBusSink { /** * Assigns this sink to the given zone. - * 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 * to exit before sending messages. */ attachToZone(zone: NgZone): void;