From fe3a55966d4012cb723bcec23a2149d4e77bc6d4 Mon Sep 17 00:00:00 2001 From: Yegor Date: Thu, 16 Jul 2015 14:02:39 -0700 Subject: [PATCH] fix(api_docs): slightly more accurate description of TS overrideOnEventDone --- modules/angular2/src/core/zone/ng_zone.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. *