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

View File

@ -79,7 +79,7 @@ export interface MessageBusSink {
/** /**
* Assigns this sink to the given zone. * 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. * to exit before sending messages.
*/ */
attachToZone(zone: NgZone): void; attachToZone(zone: NgZone): void;