docs(message_bus.ts):Change initilialized to initialized

Closes #4077
This commit is contained in:
William Johnson 2015-09-08 22:46:24 -07:00 committed by Misko Hevery
parent 41c7c57c65
commit 80a04b4323
1 changed files with 1 additions and 1 deletions

View File

@ -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;