diff --git a/modules/angular2/src/core/zone/ng_zone.ts b/modules/angular2/src/core/zone/ng_zone.ts index 09f52393f0..458b09f1e7 100644 --- a/modules/angular2/src/core/zone/ng_zone.ts +++ b/modules/angular2/src/core/zone/ng_zone.ts @@ -86,8 +86,8 @@ export class NgZone { } /** - * Sets the zone hook that is called immediately after the last turn in the - * current event completes. At this point Angular will no longer attempt to + * Sets the zone hook that is called immediately after the last turn in + * an event completes. At this point Angular will no longer attempt to * sync the UI. Any changes to the data model will not be reflected in the * DOM. {@link onEventDoneFn} is executed outside Angular zone. *