diff --git a/modules/angular2/src/core/zone/ng_zone.dart b/modules/angular2/src/core/zone/ng_zone.dart index 917279dded..42f291198f 100644 --- a/modules/angular2/src/core/zone/ng_zone.dart +++ b/modules/angular2/src/core/zone/ng_zone.dart @@ -85,8 +85,8 @@ 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. *